haproxy/include
Christopher Faulet a3ad6b1b8f MINOR: htx: Add functions to get the first block of an HTX message
It is the first block relatively to the start-line. So it is the start-line if
its position is set (sl_pos != -1), otherwise it is the head. The functions
htx_get_first() and htx_get_first_blk() can be used to get it.  This change is
mandatory to consider 1xx informational messages as part of a response.
2019-05-28 07:42:12 +02:00
..
common MINOR: htx: Add functions to get the first block of an HTX message 2019-05-28 07:42:12 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: htx: Move the macro IS_HTX_STRM() in proto/stream.h 2019-05-28 07:42:12 +02:00
types MINOR: cli/activity: add 3 general purpose counters in development mode 2019-05-27 07:03:38 +02:00