wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

standalone mode doesn't work with SSL #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OpenSSL.SSL.Connection doesn't have makefile method. After refactoring on 
WebSocketRequestHandler.setup, pywebsocket tries to use OpenSSL.SSL.Connection 
and crashes.

Original issue reported on code.google.com by tyoshino@chromium.org on 30 Jan 2012 at 8:28

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5598056

Original comment by tyoshino@chromium.org on 1 Feb 2012 at 6:00