Ben Darnell
|
c8ce4517e3
|
Stop overriding _execute in WebSocketHandler; use get() instead.
Revise HTTP1Connection detach protocol.
As a side effect, this now decodes the arguments to open() in the same
way as the arguments to get().
|
2014-03-16 23:29:50 -04:00 |
Ben Darnell
|
665bd981df
|
Remove some vestigial references to 2to3.
|
2014-01-19 18:55:53 -05:00 |
Ben Darnell
|
75176a01eb
|
Add autobahn tests for client side of websockets.
|
2013-02-17 00:20:01 -05:00 |
Ben Darnell
|
7faeeb1537
|
Remove more py25 testing configs
|
2013-01-13 21:59:48 -05:00 |
Ben Darnell
|
0148fda37b
|
Autobahn websocket test has moved to a separate package.
|
2012-08-29 13:33:00 -04:00 |
Ben Darnell
|
5a18d50f44
|
Disable slow websocket performance tests by default.
Add pypy to the mix for when we do run the perf tests. Depending on
the benchmark pypy is ~twice as fast as cpython 2.7
|
2012-01-21 17:12:22 -08:00 |
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 |
Ben Darnell
|
0b31d8de4c
|
bytearray is a 2.6ism; use array.array("B") instead for 2.5 compatibility.
|
2011-12-30 14:47:21 -08:00 |
Ben Darnell
|
34b59827c9
|
Add websocket conformance tests using autobahn
|
2011-12-30 12:53:11 -08:00 |