]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: completely remove stream_int_update_embedded()
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Sep 2015 16:05:45 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 19:16:02 +0000 (21:16 +0200)
commit335520305c435e1fcd1f10b009fea64b864ba9d4
tree93abaa904a1680d98d4a432a5b4ff4a32b1b12b1
parent651e18292d0d146e4c846c33cf390af23cdf1823
MEDIUM: stream-int: completely remove stream_int_update_embedded()

This one is not needed anymore as what it used to do is either
completely covered by the new stream_int_notify() function, or undesired
and inherited from the past as a side effect of introducing the
connections.

This update is theorically never called since it's assigned only when
nothing is connected to the stream interface. However a test has been
added to si_update() to stay safe if some foreign code decides to call
si_update() in unsafe situations.
include/proto/stream_interface.h
src/stream_interface.c