]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: cache: use msg->sov to forward header
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 14 Nov 2017 13:39:22 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Nov 2017 14:20:44 +0000 (15:20 +0100)
commit9d5f54daad88ddc67b75a6a34682e5bf9335f1aa
tree1b50508d69541598c62a4dac866d1524f8b184e7
parent0436ab78416e1066fb8f65d33496ac1ee4d685d1
BUG/MEDIUM: cache: use msg->sov to forward header

Use msg->sov to forward headers instead of msg->eoh. It can causes some
problem because eoh does not contains the last \r\n, and the filter does
not support to send the headers partially.

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