Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.14k stars 381 forks source link

continuation_frames_support #70

Open playay opened 5 years ago

playay commented 5 years ago

chrome sends OPCODE_CONTINUATION frames when message is large (perhaps > 127K), this may be a easy way to create continuation_frames for test.