mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 23:21:04 +08:00
Fix doc string for websocket_data()
This commit is contained in:
parent
5e78711467
commit
91fa767efb
@ -89,8 +89,8 @@ struct mg_callbacks {
|
|||||||
// http://tools.ietf.org/html/rfc6455, section 5.2
|
// http://tools.ietf.org/html/rfc6455, section 5.2
|
||||||
// data, data_len: payload, with mask (if any) already applied.
|
// data, data_len: payload, with mask (if any) already applied.
|
||||||
// Return value:
|
// Return value:
|
||||||
// 0: keep this websocket connection opened.
|
// non-0: keep this websocket connection opened.
|
||||||
// non-0: close this websocket connection.
|
// 0: close this websocket connection.
|
||||||
int (*websocket_data)(struct mg_connection *, int bits,
|
int (*websocket_data)(struct mg_connection *, int bits,
|
||||||
char *data, size_t data_len);
|
char *data, size_t data_len);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user