We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5685739 commit b6e8b6cCopy full SHA for b6e8b6c
1 file changed
src/AsyncWebSocket.cpp
@@ -36,7 +36,7 @@ size_t webSocketSendFrameWindow(AsyncClient *client) {
36
return 0;
37
}
38
size_t space = client->space();
39
- if (space < 9) {
+ if (space < 128) {
40
41
42
return space - 8;
0 commit comments