mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Added support for continuation frames on the server.
This commit is contained in:
parent
651544312c
commit
96aa7e6a99
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ spill:
|
|||
wsi->rx_user_buffer_head = 0;
|
||||
return 0;
|
||||
|
||||
case LWS_WS_OPCODE_07__CONTINUATION:
|
||||
case LWS_WS_OPCODE_07__TEXT_FRAME:
|
||||
case LWS_WS_OPCODE_07__BINARY_FRAME:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue