]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: streams: Store prev_state before calling si_update_both().
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 9 Apr 2019 17:14:59 +0000 (19:14 +0200)
committerOlivier Houchard <cognet@ci0.org>
Tue, 9 Apr 2019 17:31:22 +0000 (19:31 +0200)
commit120f64a8c4f18c0ab3dc020d9c16371a4babe132
treea80fd008f23623d21f6255510f5b7eece32cf147
parent39cc020af1b4dec97698487957ee08a26fc51768
BUG/MEDIUM: streams: Store prev_state before calling si_update_both().

As si_update_both() sets prev_state to state for each stream_interface, if
we want to check it changed, copy it before calling si_update_both().

This should be backported to 1.9.
src/stream.c