mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#11515: Merge with 3.2.
This commit is contained in:
commit
373089239b
50 changed files with 59 additions and 59 deletions
|
@ -798,7 +798,7 @@ class HTTPConnection:
|
|||
del self._buffer[:]
|
||||
# If msg and message_body are sent in a single send() call,
|
||||
# it will avoid performance problems caused by the interaction
|
||||
# between delayed ack and the Nagle algorithim.
|
||||
# between delayed ack and the Nagle algorithm.
|
||||
if isinstance(message_body, bytes):
|
||||
msg += message_body
|
||||
message_body = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue