mirror of
https://github.com/python/cpython.git
synced 2025-08-11 04:19:06 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
|
@ -675,7 +675,7 @@ class StreamRequestHandler(BaseRequestHandler):
|
|||
# A timeout to apply to the request socket, if not None.
|
||||
timeout = None
|
||||
|
||||
# Disable nagle algoritm for this socket, if True.
|
||||
# Disable nagle algorithm for this socket, if True.
|
||||
# Use only when wbufsize != 0, to avoid small packets.
|
||||
disable_nagle_algorithm = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue