Pithikos / python-websocket-server

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

Handling of very long strings #103

Open yuchen-prog opened 2 years ago

yuchen-prog commented 2 years ago

The server crashed when receiving very long strings, the length of which is greater than 65536.