commit | f032c3ec0995bac7d0c59b49edb67748722f5b31 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 17 15:18:35 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 09 15:32:55 2017 +0100 |
tree | c5453991871fef31fb763cd09d168917f30d7ec0 | |
parent | 4ff3e574ac1f5a48edf9e193ea35525ed4ff8995 [diff] |
MINOR: spoe: Improve implementation of the payload fragmentation Now, when a payload is fragmented, the first frame must define the frame type and the followings must use the special type SPOE_FRM_T_UNSET. This way, it is easy to know if a fragment is the first one or not. Of course, all frames must still share the same stream-id and frame-id. Update SPOA example accordingly.