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 pitrou
Recipients bennoleslie, neologix, pitrou
Date 2013-01-01.11:53:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357041203.64.0.887019339114.issue16833@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. Perhaps our MSS value should be an upper bound of common values? Apparently for a localhost connection TCP_MAXSEG gives 16384 here (but I don't know if the http.client optimization is important for localhost connections).

Also, it would be nice to add an unit test in Lib/test/test_httplib.py.
History
Date User Action Args
2013-01-01 11:53:23pitrousetrecipients: + pitrou, neologix, bennoleslie
2013-01-01 11:53:23pitrousetmessageid: <1357041203.64.0.887019339114.issue16833@psf.upfronthosting.co.za>
2013-01-01 11:53:23pitroulinkissue16833 messages
2013-01-01 11:53:23pitroucreate