- remove unittest2 requirements for python 2.6 (156) - fixed subprotocol case during header validation (158) - get response status and headers (160) - fix out-of-memory due to fragmentation when receiving a very large frame(163) - fix error if the payload data is nothing.(166) - refactoring.
0.26.0
- all WebSocketException provide message string (152) - fixed tests fail when not connected to the network (155) - Add command line options and handle closed socket to wsdump.py (153)
0.25.0
- fixed for Python 2.6(151)
0.24.0
- Supporting http-basic auth in WebSocketApp (143) - fix failure of test.testInternalRecvStrict(141) - skip utf8 validation by skip_utf8_validation argument (137) - WebsocketProxyException will be raised if we got error about proxy.(138)