#11515: Merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-03-15 06:03:08 +02:00
commit 373089239b
50 changed files with 59 additions and 59 deletions

View file

@ -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