haproxy/include
Willy Tarreau b28925675d MEDIUM: http: make the chunk crlf parser only depend on the buffer
The chunk crlf parser used to depend on the channel and on the HTTP
message, eventhough it's not really needed. Let's remove this dependency
so that it can be used within the H2 to H1 gateway.

As part of this small API change, it was renamed to h1_skip_chunk_crlf()
to mention that it doesn't depend on http_msg anymore.
2017-10-22 09:54:14 +02:00
..
common MINOR: buffer: make bo_getblk_nc() not return 2 for a full buffer 2017-10-22 09:54:12 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MEDIUM: http: make the chunk crlf parser only depend on the buffer 2017-10-22 09:54:14 +02:00
types REORG: http: move the HTTP/1 chunk parser to h1.{c,h} 2017-10-22 09:54:13 +02:00