commit | 0f98a156a71120e566c715a08683f0a93e9b02d3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 02 13:56:00 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 02 14:12:18 2022 +0200 |
tree | 4d2f18b459925cd5838e7f317f500eff5eec3832 | |
parent | 9fb57e8c175a0b852b06a0780f48eb8eaf321a47 [diff] |
REGTESTS: abortonclose: Add a barrier to not mix up log messages Depending on the timing, time to time, the log message for "/c4" request can be received before the one for "/c2" request. To (hopefully) fix the issue, a barrier has been added to wait "/c2" log message before sending other requests.