]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: snapshot: restart on the event ID and not the stream ID
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 09:51:51 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 13:00:43 +0000 (15:00 +0200)
commit5865a8fe699c91ad40139a1f1ed3abd561f48987
treedf3eb3dd3fdea9b1d8b1cfcd59b5db076b2cf0d0
parente9e878a05665dc1f4dd238ead6c01c295879726c
MINOR: snapshot: restart on the event ID and not the stream ID

The snapshots have the ability to restart a partial dump and they use
the stream ID as the restart point. Since it's purely HTTP, let's use
the event ID instead.
include/types/applet.h
src/proto_http.c