listen sender-proxy
bind "fd@${feS_proxy}" accept-proxy
http-reuse always
- server srv2 ${h1_feR_proxy_addr}:${h1_feR_proxy_port} send-proxy
+ server srv2 ${h1_feR_proxy_addr}:${h1_feR_proxy_port} send-proxy pool-low-conn 2
listen receiver
bind "fd@${feR_ssl}" ssl crt ${testdir}/common.pem
expect resp.status == 200
expect resp.http.http_first_request == "0"
- # TODO this test does not pass on the CI
- #txreq
- #rxresp
- #expect resp.status == 200
- #expect resp.http.http_first_request == "0"
+ txreq
+ rxresp
+ expect resp.status == 200
+ expect resp.http.http_first_request == "0"
} -run