alexanderGugel / wsd

:facepunch: cURL for WebSocket Servers
MIT License
414 stars 29 forks source link

Increased input buffer size #7

Closed medvedev closed 7 years ago

medvedev commented 7 years ago

When testing my app with wsd, I've faced incorrect response display for large messages: part of start of the message have been replaced with the tail of the message.

Found out that the input buffer size is 512 (chars?) and replaced it with value 1024. After that change, the issue described above has gone. That's it.

medvedev commented 7 years ago

Ooops. Had to use another revision as a "base". Will fix it with a different pull request.