We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1484782 commit 750f864Copy full SHA for 750f864
Lib/http/client.py
@@ -1041,7 +1041,7 @@ def close(self, shutdown=False):
1041
print(f"Response close error: {e}", file=sys.stderr)
1042
except Exception as e:
1043
print(f"Unexpected error during response close: {e}", file=sys.stderr)
1044
-
+
1045
def send(self, data):
1046
"""Send 'data' to the server.
1047
``data`` can be a string object, a bytes object, an array object, a
0 commit comments