[PATCH] vtls: revert "receive max buffer" + add test case
authorStefan Eissing <stefan@eissing.org>
Thu, 1 Feb 2024 17:15:50 +0000 (18:15 +0100)
committerSamuel Henrique <samueloph@debian.org>
Mon, 19 Feb 2024 22:16:17 +0000 (22:16 +0000)
commit0a1410245a667c90a72196d76a4d76bfba389799
tree0f1b4c439e706422aced088268df0c3ded755ab1
parent5bcd3aac939c54471e6a0d91da679139f25112c2
[PATCH] 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

Backported by Samuel Henrique <samueloph@debian.org>
  * Removed changes to files under tests/http/ which we don't have in our
    tarball.

Gbp-Pq: Name vtls_revert_receive_max_buffer_add_test_case.patch
lib/vtls/vtls.c