haproxy/include
Willy Tarreau beefaee4f5 MEDIUM: h2: properly check and deduplicate the content-length header in HTX
When producing an HTX message, we can't rely on the next-level H1 parser
to check and deduplicate the content-length header, so we have to do it
while parsing a message. The algorithm is the exact same as used for H1
messages.
2018-12-19 13:08:08 +01:00
..
common MEDIUM: h2: properly check and deduplicate the content-length header in HTX 2018-12-19 13:08:08 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: objtype: report a few missing types in names and base pointers 2018-12-18 16:31:10 +01:00
types BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. 2018-12-17 21:54:14 +01:00