-
Jason Madden authored
If the environment had not been monkeypatched when gevent's ssl module was imported, they could get the stdlib socket, meaning that reads and writes could block greenlet switching for an arbitrary amount of time. This was especially visible on SSL servers. Fixes #597.
853b8b2c