]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: revert "receive max buffer" + add test case
authorStefan Eissing <stefan@eissing.org>
Thu, 1 Feb 2024 17:15:50 +0000 (18:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Feb 2024 13:46:41 +0000 (14:46 +0100)
commited09a99af57200643d5ae001e815eeab9ffe3f84
tree60c6600c7f1cdd145d034b9ec2c54ef0f9f79ca9
parent7cf8414fabc3063cc3d2121eacec4a6daa4164a8
vtls: revert "receive max buffer" + add test case

- add test_05_04 for requests using http/1.0, http/1.1 and h2 against an
  Apache resource that does an unclean TLS shutdown.
- revert special workarund in openssl.c for suppressing shutdown errors
  on multiplexed connections
- vlts.c restore to its state before 9a90c9dd64d2f03601833a70786d485851bd1b53

Fixes #12885
Fixes #12844

Closes #12848
lib/vtls/vtls.c
tests/http/test_05_errors.py
tests/http/testenv/httpd.py
tests/http/testenv/mod_curltest/mod_curltest.c