This commit is contained in:
liris
2014-03-18 12:32:19 +09:00
parent c5d6f03936
commit cc1ef64557
2 changed files with 5 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
WebSocketApp
-v VERBOSE, --verbose VERBOSE set verbose mode. If set to 1, show opcode. If set to 2, enable to trace websocket module
example::
@@ -129,8 +129,9 @@ ChangeLog
============
- v0.13.0
- Controlling fragmentation(ISSUE#55)
- MemoryError when receiving large amount of data (~60 MB) at once(ISSUE#59)
- Controlling fragmentation(ISSUE#55)
- server certificate validation(ISSUE#56)
- PyPI tarball is missing test_websocket.py(ISSUE#65)
- Payload length encoding bug(ISSUE#58)

View File

@@ -28,7 +28,7 @@ import websocket as ws
# "RFC6455: 5.4. Fragmentation"
#
TEST_FRAGMENTATION = True
TEST_WITH_INTERNET = True
TEST_WITH_INTERNET = False
TRACABLE = False