summaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-09 15:11:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-09 15:11:14 +0200
commiteebfa3279d525649c8b198b46df85a03ce1ad307 (patch)
tree00674d7bb480d6c0f88825c632d43216ce8b0075 /lib/http.h
parent07cb887ed3fd460f79e38f2260fcc716e928640b (diff)
downloadcurl-eebfa3279d525649c8b198b46df85a03ce1ad307.tar.gz
curl_ws_meta: initial implementation
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h
index a335eee23..0ab592436 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -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 */
};
/****************************************************************************