|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
"Bad" http headers in LWP::UserAgentby adamm (Initiate) |
| on Sep 19, 2012 at 10:22 UTC ( #994445=perlquestion: print w/ replies, xml ) | Need Help?? |
|
adamm has asked for the
wisdom of the Perl Monks concerning the following question:
Hello, I am building my first perl App and got problem i cannot resolve.
My app sends an http request to the server using LWP::UserAgent module
I set my headers in my code, but sniffer shows something different.
The print instruction near the bottom shows correct headers, but wireshark exposes something different.
Wireshark output:
I would like to get rid of the 'TE' header, have 'Connection' value "keep-alive" only.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||