curl/tests/http/testenv
Stefan Eissing 30de937bda
transfer: conn close on paused upload
- add 2 variations on test_07_42 which PAUSEs uploads
  and response connections terminating either right away
  or after the 100-continue response
- when detecting the connection being closed in transfer.c
  readwrite_data(), clear ALL send bits in data->req.keepon.
  It no longer makes send to wait for a KEEP_SEND_PAUSE or HOLD.
- in the protocol client writer add the check for incomplete
  response bodies. When an EOS is seen and the length is known,
  check that and fail if bytes are missing.

Reported-by: Sergey Bronnikov
Fixes #13740
Closes #13750
2024-05-23 23:55:09 +02:00
..
mod_curltest transfer: conn close on paused upload 2024-05-23 23:55:09 +02:00
__init__.py pytest: fixes for recent python, add FTP tests 2024-05-17 16:53:17 +02:00
caddy.py
certs.py pytest: fixes for recent python, add FTP tests 2024-05-17 16:53:17 +02:00
client.py websocket: fix curl_ws_recv() 2024-02-20 13:57:58 +01:00
curl.py pytest: add ftp upload tests 2024-05-22 09:12:43 +02:00
env.py pytest: fixes for recent python, add FTP tests 2024-05-17 16:53:17 +02:00
httpd.py vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
nghttpx.py http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
ports.py
vsftpd.py pytest: add ftp upload tests 2024-05-22 09:12:43 +02:00
ws_echo_server.py