-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add disable_nagle_algorithm to SocketServer.TCPServer #50442
Comments
It is useful to be able to disable the Nagle algoritm on socket If combined with write buffering (setting RequestHangler.wbufsize = -1) it A patch is provided. |
Looks ok to me. |
Committed in revision 73272 |
This patch should be committed to py3k after 3.1 is released. |
On consideration, it is more appropariate to have the |
Second patch applied in 73546 |
Merged into py3k in revision 73648 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: