commit | 33a2745c8738f2b163196d88f23188166a579643 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 02 14:01:30 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 02 14:12:18 2022 +0200 |
tree | f09f302fb9f76f53bf63a6498692d98606895038 | |
parent | 0f98a156a71120e566c715a08683f0a93e9b02d3 [diff] |
REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients The default client timeout is too small to be sure to always wait end of slow clients (the last 2 clients use a delay to send their request). But it cannot be increased because it will slow down the regtest execution. So a dedicated frontend with a higher client timeout has been added. This frontend is used by "slow" clients. The other one is used for normal requests.