On Tue, Apr 19, 2011 at 12:55:00PM +0200, Torsten Förtsch wrote:
> On Tuesday, April 19, 2011 10:59:45 Joe Orton wrote:
> > + # force HTTP/1.0 to work around LWP 6.x bug
> > + $req->protocol('HTTP/1.0');
>
> At least for libwww-perl/6.02 that does not help. It sends HTTP/1.1 no matter
> what.
>
> Here is a way that works, although very ugly:Ugly indeed ;) Have you reported this as an LWP bug? It's probably better to get this fixed there. Regards, Joe
