in reply to Re: LWP::UserAgent Wrongly Uses HTTP/1.1
in thread LWP::UserAgent Wrongly Uses HTTP/1.1

When I look at the packet sniffer, both the request and the reply are 1.0.
  • Comment on Re: Re: LWP::UserAgent Wrongly Uses HTTP/1.1

Replies are listed 'Best First'.
Re: Re: Re: LWP::UserAgent Wrongly Uses HTTP/1.1
by Anonymous Monk on Nov 20, 2003 at 12:38 UTC
    Correction: I meant to say that the sniffer shows both the request and reply as 1.1 when I use LWP, but using telnet I can get the request to be 1.0.
Re: Re: Re: LWP::UserAgent Wrongly Uses HTTP/1.1
by liz (Monsignor) on Nov 20, 2003 at 11:26 UTC
    Then I can only assume that LWP::UserAgent is doing some magic below the surface.

    Liz