haproxy/include
Willy Tarreau 335520305c 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.
2015-09-25 21:16:02 +02:00
..
common MEDIUM: tools: make str2sa_range() optionally return the FQDN 2015-09-08 15:50:19 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MEDIUM: stream-int: completely remove stream_int_update_embedded() 2015-09-25 21:16:02 +02:00
types MINOR: action: add reference to the original keywork matched for the called parser. 2015-09-23 21:44:23 +02:00