haproxy/include
Willy Tarreau e56cdd3629 MEDIUM: http: make the chunk size parser only depend on the buffer
The chunk parser used to depend on the channel and on the HTTP message
but it's not really needed as they're only used to retrieve the buffer
as well as to return the number of bytes parsed and the chunk size.

Here instead we pass the (few) relevant information in arguments so that
the function may be reused without a channel nor an HTTP message (ie
from the H2 to H1 gateway).

As part of this API change, it was renamed to h1_parse_chunk_size() 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 size 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