Skip to content

Commit 3d8c39f

Browse files
authored
Update client.py
1 parent d98c28e commit 3d8c39f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/http/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,7 @@ def close(self, shutdown=False):
10401040
except OSError as e:
10411041
print(f"Response close error: {e}", file=sys.stderr)
10421042
except Exception as e:
1043-
print(f"Unexpected error during response close: {e}", file=sys.stderr)
1044-
1043+
print(f"Unexpected error during response close: {e}", file=sys.stderr)
10451044
def send(self, data):
10461045
"""Send 'data' to the server.
10471046
``data`` can be a string object, a bytes object, an array object, a

0 commit comments

Comments
 (0)