]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Be sure to set tv_request when each message fragment is encoded
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Apr 2019 12:47:18 +0000 (14:47 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 19:33:52 +0000 (21:33 +0200)
commit63263e50edd60d4c53dca227218c6313a25269a8
treee099f085a90fa88c0ad3388ae7143b1d7eb2e55f
parenta715ea82eacf4ccf7f447bf4dd4111cc29fe171e
BUG/MINOR: spoe: Be sure to set tv_request when each message fragment is encoded

When a message or a fragment is encoded, the date the frame processing starts
must be set if it is undefined. The test on tv_request field was wrong.

This patch must be backported to 1.9.
src/flt_spoe.c