mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-13 12:56:20 -04:00
REGTESTS: Never reuse server connection in reg-tests/jwt/jwt_decrypt.vtc
A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid errors on the client side.
This commit is contained in:
parent
ebb801d7c8
commit
5331093195
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ feature ignore_unknown_macro
|
|||
|
||||
server s1 -repeat 30 {
|
||||
rxreq
|
||||
txresp
|
||||
txresp -hdr "Connection: close"
|
||||
} -start
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
|
|
|||
Loading…
Reference in a new issue