in reply to I think Liz is right
in thread LWP::UserAgent Wrongly Uses HTTP/1.1
I tried doing the same, and Apache does return an HTTP/1.1 response. However, when I do the manual request, the webserver log shows the request was HTTP/1.0 — whereas the LWP::UserAgent method gets logged as an HTTP/1.1 request.
The challenge therefore appears to be getting the LWP::UserAgent script to emit a request that gets logged as HTTP/1.0.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: I think Liz is right
by ysth (Canon) on Nov 28, 2003 at 11:54 UTC |