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 piotr.dobrogost
Recipients Arve.Knudsen, ezio.melotti, jcea, orsenthil, piotr.dobrogost
Date 2012-05-04.16:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336147267.48.0.334200351691.issue14721@psf.upfronthosting.co.za>
In-reply-to
Content
> Fiddler reports that it receives the following headers for the POST request

Python 3.2.3 on Windows Vista 64bit gives the same output for

import http.client
conn = http.client.HTTPConnection('localhost',8888)
conn.request("POST", "/post", "", {})
conn.close()
History
Date User Action Args
2012-05-04 16:01:07piotr.dobrogostsetrecipients: + piotr.dobrogost, jcea, orsenthil, ezio.melotti, Arve.Knudsen
2012-05-04 16:01:07piotr.dobrogostsetmessageid: <1336147267.48.0.334200351691.issue14721@psf.upfronthosting.co.za>
2012-05-04 16:01:06piotr.dobrogostlinkissue14721 messages
2012-05-04 16:01:06piotr.dobrogostcreate