[issue16833] httpc.lient delayed ack / Nagle algorithm optimisation performs badly for large messages

Antoine Pitrou report at bugs.python.org
Tue Jan 1 12:53:23 CET 2013


Antoine Pitrou added the comment:

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.

----------
nosy: +neologix, pitrou
stage:  -> patch review
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16833>
_______________________________________


More information about the Python-bugs-list mailing list