summaryrefslogtreecommitdiffstats
path: root/Lib/http/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/http/client.py')
-rw-r--r--Lib/http/client.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/http/client.py b/Lib/http/client.py
index c83c53b..e4a9c07 100644
--- a/Lib/http/client.py
+++ b/Lib/http/client.py
@@ -734,11 +734,6 @@ class HTTPConnection:
else:
raise NotConnected()
- # send the data to the server. if we get a broken pipe, then close
- # the socket. we want to reconnect when somebody tries to send again.
- #
- # NOTE: we DO propagate the error, though, because we cannot simply
- # ignore the error... the caller will know if they can retry.
if self.debuglevel > 0:
print("send:", repr(str))
blocksize = 8192