haproxy/addons
Christopher Faulet 62e757470a MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream
The stream-interface state (SI_ST_*) is now in the conn-stream. It is a
mechanical replacement for now. Nothing special. SI_ST_* and SI_SB_* were
renamed accordingly. Utils functions to manipulate these infos were moved
under the conn-stream scope.

But it could be good to keep in mind that this part should be
reworked. Indeed, at the CS level, we only need to know if it is ready to
receive or to send. The state of conn-stream from INI to EST is only used on
the server side. The client CS is immediately set to EST. Thus current
SI_ST_* states should probably be moved to the stream to reflect the server
connection state during the establishment stage.
2022-04-13 15:10:15 +02:00
..
51degrees CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h 2021-09-11 19:58:45 +02:00
deviceatlas MEDIUM: da: update module to handle schedule mode. 2022-01-28 07:29:01 +01:00
ot Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" 2022-04-08 16:31:33 +02:00
promex MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream 2022-04-13 15:10:15 +02:00
wurfl BUILD: wurfl: wurfl.c needs tools.h 2021-05-08 12:56:20 +02:00