diff options
author | Andy Green <andy@warmcat.com> | 2011-03-07 20:47:41 +0000 |
---|---|---|
committer | Andy Green <andy@warmcat.com> | 2011-03-07 20:47:41 +0000 |
commit | 5d9d94ba091a1940821b4487046ed2f01dcf2a89 (patch) | |
tree | f12e0f4689242817e61b9ee23d66ee96fa062355 /lib/libwebsockets.h | |
parent | 2836c641cf6b46f9ef1ab119e0b8c8f653a2cde8 (diff) |
add CONTINUATION write mode
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'lib/libwebsockets.h')
-rw-r--r-- | lib/libwebsockets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index ec55ec8..d51229d 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -85,6 +85,7 @@ enum libwebsocket_extension_callback_reasons { enum libwebsocket_write_protocol { LWS_WRITE_TEXT, LWS_WRITE_BINARY, + LWS_WRITE_CONTINUATION, LWS_WRITE_HTTP, /* special 04+ opcodes */ |