haproxy/include
Willy Tarreau 8c603ded39 MEDIUM: stream-int: make idle-conns switch to ST_RDY
The purpose of making idle-conns switch to SI_ST_CON was to make the
transition detectable and the operation retryable in case of connection
error. Now we have the RDY state for this which is much more suitable
since it indicates a validated connection on which we didn't necessarily
send anything yet. This will still lead to a transition to EST while not
requiring unnatural write polling nor connect timeouts.
2019-06-06 16:36:19 +02:00
..
common MINOR: htx: Don't use end-of-data blocks anymore 2019-06-05 10:12:11 +02:00
import
proto MEDIUM: stream-int: make idle-conns switch to ST_RDY 2019-06-06 16:36:19 +02:00
types MEDIUM: stream-int: introduce a new state SI_ST_RDY 2019-06-06 16:36:19 +02:00