curl/tests/http/testenv
Stefan Eissing e492c7c524
transfer: fix upload rate limiting, add test cases
- add test cases for rate limiting uploads for all
  http versions
- fix transfer loop handling of limits. Signal a re-receive
  attempt only on exhausting maxloops without an EAGAIN
- fix `data->state.selectbits` forcing re-receive to also
  set re-sending when transfer is doing this.

Reported-by: Karthikdasari0423 on github
Fixes #12559
Closes #12586
2023-12-22 16:52:02 +01:00
..
mod_curltest transfer: fix upload rate limiting, add test cases 2023-12-22 16:52:02 +01:00
__init__.py
caddy.py
certs.py
client.py http2: upgrade tests and add fix for non-existing stream 2023-08-03 17:05:13 +02:00
curl.py http2: improved on_stream_close/data_done handling 2023-12-22 10:06:01 +01:00
env.py pytest: improvements 2023-09-07 10:30:14 +02:00
httpd.py h2: testcase and fix for pausing h2 streams 2023-09-30 23:53:33 +02:00
nghttpx.py tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
ports.py tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
ws_echo_server.py