]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: forward data with headers
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 14 Nov 2017 13:39:23 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Nov 2017 14:20:44 +0000 (15:20 +0100)
commit10935bc547539001f2a35a0d9e0073787320b6f1
tree6337e9c3674a83742a1972a473e7b3ee0a091be9
parent9d5f54daad88ddc67b75a6a34682e5bf9335f1aa
MINOR: cache: forward data with headers

Forward the remaining headers with the data in the first call of
cache_store_http_forward_data().

Previously the headers were forwarded first, and the function left,
implying an additionnal call to cache_store_http_forward_data() for the
data.

Cc: Christopher Faulet <cfaulet@haproxy.com>
src/cache.c