[EMAIL PROTECTED] (Randal L. Schwartz) writes: > And there are some servers that will return a "not supported" with > HEAD even though GET gets the data. Go figure. I do a GET. If > limiting the output is your desire, you can construct a callback for > the useragent that aborts after the first payload.
There is also the 'max_size' attribute of the user agent. If you set it to 1 you will basically only get the first payload. Regards, Gisle
