REGTESTS: fix h2_desync_attacks to wait for the response

Tests with abortonclose showed a bug with this test where the client
would close the stream immediately after sending the request, without
waiting for the response, causing some random failures on the server
side.
This commit is contained in:
Willy Tarreau 2025-10-07 16:34:51 +02:00
parent c42e62d890
commit 8573c5e2a1

View File

@ -169,6 +169,8 @@ client c6-host-authority -connect ${hap_fe3_sock} {
-url "/" \
-hdr ":authority" "hostname" \
-hdr "host" "other_host"
rxhdrs
expect resp.status == 200
} -run
} -run