commit | 0dc100b4f2165021340b22c96fcc404eb8a15509 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 01 15:33:19 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 01 15:43:40 2019 +0200 |
tree | 9ace1adcbb31e296b1a2af75351082871989222c | |
parent | 7057898f0f2e0924043db500c4667a7424b496c5 [diff] |
REGTEST: log/b00000: Be sure the client always hits its timeout To do so, the server does not send anything. Instead it waits 2ms before closing. The client, on its side, will wait for a response. So it will be blocked. Becauase the client timeout is set to 1ms, HAProxy should always close the client connection because it times out.