curl_ws_meta: initial implementation

This commit is contained in:
Daniel Stenberg 2022-09-09 15:11:14 +02:00
parent 07cb887ed3
commit eebfa3279d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 37 additions and 8 deletions

View file

@ -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 */
};
/****************************************************************************