tornado/maint/test/websocket
Ben Darnell 33cd3456d5 Add an explicit binary option to WebSocketHandler.write_message.
Switching automatically based on python's bytes vs unicode types is
error-prone in python2 where e.g. json_encode returns bytes.

Closes #429.
2012-01-07 17:34:48 -08:00
..
.gitignore Add websocket conformance tests using autobahn 2011-12-30 12:53:11 -08:00
client.py Add websocket conformance tests using autobahn 2011-12-30 12:53:11 -08:00
run.sh bytearray is a 2.6ism; use array.array("B") instead for 2.5 compatibility. 2011-12-30 14:47:21 -08:00
server.py Add an explicit binary option to WebSocketHandler.write_message. 2012-01-07 17:34:48 -08:00
tox.ini bytearray is a 2.6ism; use array.array("B") instead for 2.5 compatibility. 2011-12-30 14:47:21 -08:00