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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to