mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
(issue 2944) reverting r83704 changes as per Barry Warsaw request
This commit is contained in:
parent
6980342c34
commit
5b07f3cbfc
3 changed files with 0 additions and 6 deletions
|
@ -428,9 +428,6 @@ class dispatcher:
|
|||
self.handle_read()
|
||||
|
||||
def handle_connect_event(self):
|
||||
err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
|
||||
if err != 0:
|
||||
raise socket.error(err, _strerror(err))
|
||||
self.handle_connect()
|
||||
self.connected = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue