]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: spoe: Add a note about fragmentation support in HAProxy
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Mar 2021 09:05:03 +0000 (10:05 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Mar 2021 09:34:18 +0000 (10:34 +0100)
Add a note in SPOE.txt to make it clear that HAPRoxy does not support the
fragmentation. It can send fragmented frames if an agent supports it but it
cannot receives and handles fragmented frames.

This patch should fix the issue #659. It may be backported as far as 1.8.

doc/SPOE.txt

index dfc0b718b8e328e613226913e4455bddf7cef759..71c7fde90ff56342beb4c7a3fb741ce57f349371 100644 (file)
@@ -761,6 +761,10 @@ Here are the list of official capabilities that HAProxy and agents can support:
 
 Unsupported or unknown capabilities are silently ignored, when possible.
 
+NOTE: HAProxy does not support the fragmentation for now. This means it is not
+      able to handle fragmented frames. However, if an agent announces the
+      fragmentation support, HAProxy may choose to send fragemented frames.
+
 3.2.2. Frame types overview
 ----------------------------