in reply to Re^3: How to remove HTTP Keep-Alive 300 header from LWP::UserAgent request
in thread How to remove HTTP Keep-Alive 300 header from LWP::UserAgent request

So, I would guess that Net::HTTP believes your connection is http/1.0, and is therefore sending the http/1.0 header. If it's not, maybe you can make a bug report against the module?

Hi,

For what purpose? What would it solve?

  • Comment on Re^4: How to remove HTTP Keep-Alive 300 header from LWP::UserAgent request