- refs #59
This commit is contained in:
@@ -116,7 +116,7 @@ positional arguments:
|
|||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-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
|
-v VERBOSE, --verbose VERBOSE set verbose mode. If set to 1, show opcode. If set to 2, enable to trace websocket module
|
||||||
|
|
||||||
example::
|
example::
|
||||||
@@ -129,8 +129,9 @@ ChangeLog
|
|||||||
============
|
============
|
||||||
|
|
||||||
- v0.13.0
|
- 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)
|
- server certificate validation(ISSUE#56)
|
||||||
- PyPI tarball is missing test_websocket.py(ISSUE#65)
|
- PyPI tarball is missing test_websocket.py(ISSUE#65)
|
||||||
- Payload length encoding bug(ISSUE#58)
|
- Payload length encoding bug(ISSUE#58)
|
||||||
|
@@ -28,7 +28,7 @@ import websocket as ws
|
|||||||
# "RFC6455: 5.4. Fragmentation"
|
# "RFC6455: 5.4. Fragmentation"
|
||||||
#
|
#
|
||||||
TEST_FRAGMENTATION = True
|
TEST_FRAGMENTATION = True
|
||||||
TEST_WITH_INTERNET = True
|
TEST_WITH_INTERNET = False
|
||||||
|
|
||||||
TRACABLE = False
|
TRACABLE = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user