1
0
Fork 0
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:
David Galeano 2013-01-10 10:38:21 +08:00 committed by Andy Green
parent 651544312c
commit 96aa7e6a99

View file

@ -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;