]> git.ipfire.org Git - thirdparty/curl.git/commit
Websocket en-/decoding
authorStefan Eissing <stefan@eissing.org>
Tue, 18 Apr 2023 13:02:34 +0000 (15:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Apr 2023 21:16:51 +0000 (23:16 +0200)
commit930c00c25988a65882fb9b120af66f08cb93e78b
tree9bdf200c91288eee8f6a00e48927b552e84c72fc
parent3f0b81c112ebfe826ed702a2987cc5e32082a7a6
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
lib/easy.c
lib/easyif.h
lib/http.h
lib/sendf.c
lib/urldata.h
lib/ws.c
lib/ws.h
tests/libtest/lib2304.c