mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
REGTESTS: Never reuse server connection in jwt/jws_verify.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
2a49386eea
commit
8247df7c61
@ -18,7 +18,7 @@ feature ignore_unknown_macro
|
||||
|
||||
server s1 -repeat 40 {
|
||||
rxreq
|
||||
txresp
|
||||
txresp -hdr "Connection: close"
|
||||
} -start
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user