Molorius/esp32-websocket

A server must not mask any frames that it sends to the client.

efuturetoday opened this issue · 1 comments

This line should not send a masked response!

ws_send(client,WEBSOCKET_OPCODE_CLOSE,NULL,0,1); // tell the client to close

Thank you for the issue, this is fixed in commit 0622763.