- refs #59
This commit is contained in:
@@ -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::
|
||||
@@ -130,7 +130,8 @@ 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)
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user