REGTESTS: http: add a test to validate chunked responses delivery
authorWilly Tarreau <w@1wt.eu>
Sat, 18 Nov 2023 10:01:28 +0000 (11:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 18 Nov 2023 10:16:41 +0000 (11:16 +0100)
commit42faad48f619c3e0b2cada4b3fdad7e2a08aecad
tree2a71b8bd03bb3735f2d10c5587a88276859f246a
parent82f4bcafae6a5c873fa7f91b9c53820e8c6328ef
REGTESTS: http: add a test to validate chunked responses delivery

I've had this test here never committed over the last 2.5 years, that
works fine and I didn't notice it was not part of the tree. It makes a
server return odd-sized chunked responses with short pauses between half
of thems and verifies they're not truncated on the client. It may detect
eventually state machine breakages, so better commit it.
reg-tests/http-messaging/truncated.vtc [new file with mode: 0644]