commit | 3e86cec05ec9cf848abd8f9a79928410874b778d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 10 14:02:12 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 16:38:54 2019 +0200 |
tree | 4176864ecedcde5b212c6c4ac4daf78d8140687f | |
parent | a8f57d51a0f19e5186f7f1ebdbb0e35610330311 [diff] |
BUG/MEDIUM: spoe: Queue message only if no SPOE applet is attached to the stream If a SPOE applet is already attached to a stream to handle its messages, we must not queue them. Otherwise it could be handled by another applet leading to errors. This happens with fragmented messages only. When the first framgnent is sent, the SPOE applet sending it is attached to the stream. It should be used to send all other fragments. This patch must be backported to 1.9 and 1.8.