Skip to content

Commit 750f864

Browse files
authored
Update client.py
1 parent 1484782 commit 750f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def close(self, shutdown=False):
10411041
print(f"Response close error: {e}", file=sys.stderr)
10421042
except Exception as e:
10431043
print(f"Unexpected error during response close: {e}", file=sys.stderr)
1044-
1044+
10451045
def send(self, data):
10461046
"""Send 'data' to the server.
10471047
``data`` can be a string object, a bytes object, an array object, a

0 commit comments

Comments
 (0)