haproxy/include
Christopher Faulet 1d5b85aba2 MINOR: http: Add macros to check if a stream uses the HTX representation
To prepare the refactoring of the code handling HTTP messages, these macros will
help to use HTX functions instead of legacy ones when the new HTX internal
representation is in use. To do so, for a given stream, we will check if its
frontend has the option PR_O2_USE_HTX. It is useless to test backend options
because it is not possible to mix the HTX representation and the legacy one
(i.e, having an HTX frontend and a legacy backend or vice versa).
2018-11-18 21:45:50 +01:00
..
common MINOR: http: Add standalone functions to parse a start-line or a header 2018-11-18 21:45:49 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: http: Add macros to check if a stream uses the HTX representation 2018-11-18 21:45:50 +01:00
types MINOR: conn_stream: Add a flag to notify the SI some data were received 2018-11-18 21:45:49 +01:00