Skip to content

Commit d98c28e

Browse files
authored
Update client.py
1 parent 1c819a6 commit d98c28e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/http/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,8 +1042,6 @@ def close(self, shutdown=False):
10421042
except Exception as e:
10431043
print(f"Unexpected error during response close: {e}", file=sys.stderr)
10441044

1045-
1046-
10471045
def send(self, data):
10481046
"""Send 'data' to the server.
10491047
``data`` can be a string object, a bytes object, an array object, a

0 commit comments

Comments
 (0)