]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: stick-tables: complete the latest fix about store-responses
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 11:52:13 +0000 (12:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:29:25 +0000 (15:29 +0100)
commit9667a80676f9113f6954366d5ed25012d6b8197b
tree6a94512a86d45264f23c9e79e017cf2b9bf40bcc
parentf82eb0283046db906dd5845cd6ee2a26bdc70314
BUG/MEDIUM: stick-tables: complete the latest fix about store-responses

The commit 37e340c (BUG/MEDIUM: stick: completely remove the unused flag
from the store entries) was incomplete. We also need to ensure that only
the first store-response for a table is applied and that it may coexist
with a possible store-request that was already done on this table.

This patch with the previous one should be backported to 1.4.
doc/configuration.txt
src/session.c