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 Arve.Knudsen
Recipients Arve.Knudsen, eric.araujo, ezio.melotti, jcea, orsenthil, piotr.dobrogost
Date 2012-05-04.17:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336152233.29.0.982685669666.issue14721@psf.upfronthosting.co.za>
In-reply-to
Content
Which HTTP methods should we auto-define content-length for? POST and PUT?  I noticed that my first attempt at a patch would define content-length also for GET requests, which broke a unit test (test_ipv6host_header).
History
Date User Action Args
2012-05-04 17:23:53Arve.Knudsensetrecipients: + Arve.Knudsen, jcea, orsenthil, ezio.melotti, eric.araujo, piotr.dobrogost
2012-05-04 17:23:53Arve.Knudsensetmessageid: <1336152233.29.0.982685669666.issue14721@psf.upfronthosting.co.za>
2012-05-04 17:23:52Arve.Knudsenlinkissue14721 messages
2012-05-04 17:23:52Arve.Knudsencreate