mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
curl_ws_meta: initial implementation
This commit is contained in:
parent
07cb887ed3
commit
eebfa3279d
4 changed files with 37 additions and 8 deletions
|
|
@ -209,6 +209,8 @@ struct websockets {
|
|||
struct dynbuf buf;
|
||||
size_t usedbuf; /* number of leading bytes in 'buf' the most recent complete
|
||||
websocket frame uses */
|
||||
struct curl_ws_metadata handout; /* the struct storage used for
|
||||
curl_ws_meta() returns */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue