]> git.kaiwu.me - haproxy.git/commit
MINOR: cache: disable cache if shctx_row_data_append fail
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 14 Nov 2017 13:39:24 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Nov 2017 14:20:44 +0000 (15:20 +0100)
commite1533f5790a3d6810250b278faa1ac7708b4fcae
tree46510f85298b2a912f2940937b11ede3a7a649cf
parent10935bc547539001f2a35a0d9e0073787320b6f1
MINOR: cache: disable cache if shctx_row_data_append fail

Disable the cache if the append of data failed, it should never happen
because the allocated row size is at least equal to the size of the
object to allocate.
src/cache.c