[issue2275] urllib/httplib header capitalization
Rui Carmo added the comment: Should one look into the source and make effort to submit a patch, or is this being handled somehow? -- ___ Python tracker <http://bugs.python.org/issue2
[issue2275] urllib2 header capitalization
Rui Carmo added the comment: I'd like to add that when supplying custom headers for things like UPNP (which uses SOAPACTION as a header to talk to frequently very limited servers), the library shouldn't mangle the headers in any way whatsoever and send them verbatim. (I con