Message10731

Author teeohhem
Recipients teeohhem
Date 2016-02-08.21:44:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454967849.13.0.130039421543.issue2462@psf.upfronthosting.co.za>
In-reply-to
Content
This has to do with the fact that sockets returned from .accept() have an underlying socket, which is of the type ChildSocket. in ssl.py, if said socket is a ChildSocket, the handshake request is purposely ignored.
History
Date User Action Args
2016-02-08 21:44:09teeohhemsetmessageid: <1454967849.13.0.130039421543.issue2462@psf.upfronthosting.co.za>
2016-02-08 21:44:09teeohhemsetrecipients: + teeohhem
2016-02-08 21:44:09teeohhemlinkissue2462 messages
2016-02-08 21:44:08teeohhemcreate