curl/tests/http/testenv
Stefan Eissing f0c446ab57
websocket: fix curl_ws_recv()
- when data arrived in several chunks, the collection into
  the passed buffer always started at offset 0, overwriting
  the data already there.

adding test_20_07 to verify fix

- debug environment var CURL_WS_CHUNK_SIZE can be used to
  influence the buffer chunk size used for en-/decoding.

Closes #12945
2024-02-20 13:57:58 +01:00
..
mod_curltest
__init__.py
caddy.py
certs.py
client.py websocket: fix curl_ws_recv() 2024-02-20 13:57:58 +01:00
curl.py
env.py
httpd.py
nghttpx.py
ports.py
ws_echo_server.py