MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Feb 2017 08:44:33 +0000 (09:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:55 +0000 (15:32 +0100)
commit8eda93f30f1889fb3f0679b48143f5eb65466b11
treedfb3a7ca90c459b0fb47daa2e515520323bba861
parent8ef75251e359f62d6f114b6887cf33581d24e67d
MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames

If an agent want to abort the processing a fragmented NOTIFY frame before
receiving all fragments, it can send an ACK frame at any time with ABORT bit set
(and of course, the FIN bit too).

Beside this change, SPOE_FRM_ERR_FRAMEID_NOTFOUND error flag has been added. It
is set when a unknown ACK frame is received.
contrib/spoa_example/spoa.c
src/flt_spoe.c