[issue23302] Small fixes around the use of TCP MSS in http.client

Charles-François Natali report at bugs.python.org
Fri Jan 23 00:02:45 CET 2015


Charles-François Natali added the comment:

Or we should acknowledge that this is overkill, and take the same approach as all major web browser: disable the Nagle algorithm.
For a protocol like http which is transaction oriented it's probably the best thing to do.

----------
nosy: +neologix, pitrou

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


More information about the Python-bugs-list mailing list