curl/tests/http/clients
Stefan Eissing c8e0cd1de8
http3: quiche+ngtcp2 improvements
- quiche: error transfers that try to receive on a closed
  or draining connection
- ngtcp2: use callback for extending max bidi streams. This
  allows more precise calculation of MAX_CONCURRENT as we
  only can start a new stream when the server acknowledges
  the close - not when we locally have closed it.
- remove a fprintf() from h2-download client to avoid excess
  log files on tests timing out.

Closes #13475
2024-04-26 14:03:05 +02:00
..
.gitignore tidy-up: whitespace [ci skip] 2024-04-05 15:50:07 +00:00
h2-download.c http3: quiche+ngtcp2 improvements 2024-04-26 14:03:05 +02:00
h2-pausing.c cw-out: improved error handling 2024-04-16 15:52:10 +02:00
h2-serverpush.c build: enable missing OpenSSF-recommended warnings, with fixes 2023-12-16 13:12:37 +00:00
h2-upgrade-extreme.c http2: upgrade tests and add fix for non-existing stream 2023-08-03 17:05:13 +02:00
Makefile.am
Makefile.inc request: paused upload on completed download, assess connection 2024-04-04 11:45:19 +02:00
tls-session-reuse.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
upload-pausing.c request: paused upload on completed download, assess connection 2024-04-04 11:45:19 +02:00
ws-data.c tests/http: fix compiler warning 2024-04-07 14:21:31 -04:00
ws-pingpong.c ws: fix spelling mistakes in examples and tests 2023-09-03 18:01:58 +02:00