commit | 1d216c7ec1815c510bd3c6a1152cf41f748f93e0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 21 11:30:43 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 22 14:14:27 2022 +0200 |
tree | 0b51e8e3fe59f09639d3049cb6dc6a62b94cea3c | |
parent | 02ef0ff0612f2e3b15e8d2442fba2069a0847262 [diff] |
BUG/MINOR: cache: Disable cache if applet creation fails When we want to serve a resource from the cache, if the applet creation fails, the "cache-use" action must not yield. Otherwise, the stream will hang. Instead, we now disable the cache. Thus the request may be served by the server. This patch must be backported as far as 1.8.