Skip to content

Commit a0fb1b2

Browse files
mayfieldsmtakeda
authored andcommitted
Remove redef of settimeout in ssl code. (#7)
1 parent 1d323ea commit a0fb1b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ssl_wrap_socket.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ def sendall(self, data):
364364
data[total_sent:total_sent + SSL_WRITE_BLOCKSIZE])
365365
total_sent += sent
366366

367-
def settimeout(self, timeout):
368-
return self.socket.settimeout(timeout)
369-
370367
def shutdown(self):
371368
self.connection.shutdown()
372369

0 commit comments

Comments
 (0)