mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
REGTESTS: Fix truncated.vtc to send 0-CRLF
When a chunked messages is sent, the 0-CRLF must be explicitely sent. Since the begining, it is missing. Just add it.
This commit is contained in:
parent
af5c07eee9
commit
b93e419750
@ -58,6 +58,7 @@ server s1 {
|
|||||||
#delay 0.05
|
#delay 0.05
|
||||||
chunkedlen 815
|
chunkedlen 815
|
||||||
delay 0.05
|
delay 0.05
|
||||||
|
chunkedlen 0
|
||||||
} -repeat 2 -start
|
} -repeat 2 -start
|
||||||
|
|
||||||
haproxy h1 -conf {
|
haproxy h1 -conf {
|
||||||
|
Loading…
Reference in New Issue
Block a user