Marco Kleefman <[EMAIL PROTECTED]> writes:
> (print $req->as_string) and the headers found by a sniffer... The
> headerfield 'Connection: Keep-Alive' cannot be found in the sniffer-output,
> allthough the field 'Proxy-Authorization: Basic wkI7653B78axyt==' can be
> found.... Anybody any idea's why?
Normally LWP always kills the connection headers. Try to run:
$ perldoc -m LWP::Protocol::http | grep Connection
The new HTTP/1.1 protocol module adds its own keep-alive stuff if you
request it.
Regards,
Gisle