haproxy/include
Christopher Faulet 9a67c293b9 MINOR: htx: Add 2 flags on the start-line to have more info about the uri
The first flag, HTX_SL_F_HAS_AUTHORITY, is set when the uri contains an
authority. For the H1, it happens when a CONNECT request is received or when an
absolute uri is used. For the H2, it happens when the pseudo header ":authority"
is provided.

The second one, HTX_SL_F_NORMALIZED_URI, is set when the received uri is
represented as an absolute uri because of the protocol requirements. For now, it
is only used for h2 requests, when the pseudo headers :authority and :scheme are
found. Internally, the uri is represented as an absolute uri. This flag allows
us to make the difference between an absolute uri in h1 and h2.
2019-10-09 11:05:31 +02:00
..
common MINOR: htx: Add 2 flags on the start-line to have more info about the uri 2019-10-09 11:05:31 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 2019-10-04 15:46:59 +02:00
types MINOR: stats: Add the support of float fields in stats 2019-09-27 08:49:09 +02:00