[issue27299] urllib does not splitport while putrequest realhost to HTTP headers

R. David Murray report at bugs.python.org
Sat Jun 18 15:30:11 EDT 2016


R. David Murray added the comment:

httplib (which is what you are actually calling in your example) does not interpret headers set with putheader.  It is the application's responsibility to get the header contents correct.  As Xiang said, this looks like a server side issue.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27299>
_______________________________________


More information about the Python-bugs-list mailing list