wangshen2014 / pywebsocket

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

echo_client.py does not work with TLS. complains sendall not there #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run echo_client with -t option and it wont work
2.
3.

What is the expected output? What do you see instead?
After TLS handshake it should be able to send the websocket message

Original issue reported on code.google.com by vrnat...@gmail.com on 9 Nov 2012 at 2:31

GoogleCodeExporter commented 9 years ago
Sorry for the bug. It has been fixed by this change 
http://code.google.com/p/pywebsocket/source/detail?r=712

Original comment by tyoshino@chromium.org on 25 Dec 2012 at 7:41