commit | 12f6dbb863fe941c6d84cf3d521dfcb4c0e2f355 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 06 17:53:02 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 07 09:35:58 2022 +0200 |
tree | 7ac946b9e58f1adc0c86f2a56de9f0f4d644ad06 | |
parent | d1d983fb1267a42e602bf7fb0467e4cfa3c184de [diff] |
BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream The "method" sample fetch does not perform any check on the stream existence before using it. However, for errors triggered at the mux level, there is no stream. When the log message is formatted, this sample fetch must fail. It must also fail when it is called from a health-check. This patch must be backported as far as 2.4.