summaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-04-18 15:02:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-04-25 23:16:51 +0200
commit930c00c25988a65882fb9b120af66f08cb93e78b (patch)
tree9bdf200c91288eee8f6a00e48927b552e84c72fc /lib/http.h
parent3f0b81c112ebfe826ed702a2987cc5e32082a7a6 (diff)
downloadcurl-930c00c25988a65882fb9b120af66f08cb93e78b.tar.gz
Websocket en-/decoding
- state is fully kept at connection, since curl_ws_send() and curl_ws_rec() have lifetime beyond usual transfers - no more limit on frame sizes Reported-by: simplerobot on github Fixes #10962 Closes #10999
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/http.h b/lib/http.h
index 5fde9ce79..4d9bbce28 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -212,10 +212,6 @@ struct HTTP {
HTTPSEND_BODY /* sending body */
} sending;
-#ifdef USE_WEBSOCKETS
- struct websocket ws;
-#endif
-
#ifndef CURL_DISABLE_HTTP
void *h2_ctx; /* HTTP/2 implementation context */
void *h3_ctx; /* HTTP/3 implementation context */