haproxy/include
Willy Tarreau 8895367fb1 MINOR: hpack: provide new functions to encode the ":status" header
This header exists with 7 different values, it's worth taking them
into account for the encoding, hence these functions. One of them
makes use of an integer only and computes the 3 output bytes in case
of literal. The other one benefits from the knowledge of an existing
string, which for example exists in the case of H1 to H2 encoding.
2018-12-11 09:07:02 +01:00
..
common MINOR: hpack: provide new functions to encode the ":status" header 2018-12-11 09:07:02 +01:00
import
proto BUG/MEDIUM: stream-int: don't attempt to receive if the connection is not established 2018-12-06 15:25:58 +01:00
types BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. 2018-12-06 16:36:05 +01:00