haproxy/include
Willy Tarreau 0f8fb6b7f9 MINOR: h1: make the H1 headers block parser able to parse headers only
Currently the H1 headers parser works for either a request or a response
because it starts from the start line. It is also able to resume its
processing when it was interrupted, but in this case it doesn't update
the list.

Make it support a new flag, H1_MF_HDRS_ONLY so that the caller can
indicate it's only interested in the headers list and not the start
line. This will be convenient to parse H1 trailers.
2019-01-04 10:48:03 +01:00
..
common MINOR: h1: make the H1 headers block parser able to parse headers only 2019-01-04 10:48:03 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: lb: allow redispatch when using consistent hash 2019-01-02 20:22:17 +01:00
types MEDIUM: sessions: Keep track of which connections are idle. 2018-12-28 19:16:03 +01:00