mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ server s1 {
|
|||
#delay 0.05
|
||||
chunkedlen 815
|
||||
delay 0.05
|
||||
chunkedlen 0
|
||||
} -repeat 2 -start
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
|
|
|||
Loading…
Reference in a new issue