This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients crickert, r.david.murray
Date 2015-11-06.21:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446845166.37.0.632978708343.issue25570@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, that your application worked before was pure luck, here is what httplib sends in 3.4 given your test program:

POST / HTTP/1.1
Accept-Encoding: identity
User-Agent: Python-urllib/3.4
Connection: close
Host: xxxx.xxxx.com:9999
Content-Length: 21
Content-Type:: application/x-www-form-urlencoded;charset=utf-8
Content-Type: application/x-www-form-urlencoded
History
Date User Action Args
2015-11-06 21:26:06r.david.murraysetrecipients: + r.david.murray, crickert
2015-11-06 21:26:06r.david.murraysetmessageid: <1446845166.37.0.632978708343.issue25570@psf.upfronthosting.co.za>
2015-11-06 21:26:06r.david.murraylinkissue25570 messages
2015-11-06 21:26:06r.david.murraycreate