]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cache: Check the return value of http_replace_res_status
authorTim Duesterhus <tim@bastelstu.be>
Thu, 22 Oct 2020 19:15:06 +0000 (21:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 27 Oct 2020 16:01:49 +0000 (17:01 +0100)
commite0142340b243ab0b82dbc40601f992b7f29b298f
tree6582541754a9d96ceb8ad075896a9538d0d6eb9d
parent787c63c8161a2d678197b0e659ce1417446812fa
BUG/MINOR: cache: Check the return value of http_replace_res_status

Send the full body if the status `304` cannot be applied. This should be the
most graceful failure.

Specific for 2.3, no backport needed.
src/cache.c