Skip to content

Commit 4e2a251

Browse files
Update src/AsyncWebSocket.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c16b79 commit 4e2a251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncWebSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ void AsyncWebSocketClient::_onData(void *pbuf, size_t plen) {
542542
// Handle fragmented mask data - Safari may split the 4-byte mask across multiple packets
543543
while (_pinfo.masked < 5) {
544544
if (plen == 0) {
545-
//wait for more data
545+
// wait for more data
546546
_pstate = 1;
547547
return;
548548
}

0 commit comments

Comments
 (0)