haproxy/include
Willy Tarreau db4893d6a4 REORG: http: move the HTTP/1 chunk parser to h1.{c,h}
Functions http_parse_chunk_size(), http_skip_chunk_crlf() and
http_forward_trailers() were moved to h1.h and h1.c respectively so
that they can be called from outside. The parts that were inline
remained inline as it's critical for performance (+41% perf
difference reported in an earlier test). For now the "http_" prefix
remains in their name since they still depend on the http_msg type.
2017-10-22 09:54:13 +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 REORG: http: move the HTTP/1 chunk parser to h1.{c,h} 2017-10-22 09:54:13 +02:00
types REORG: http: move the HTTP/1 chunk parser to h1.{c,h} 2017-10-22 09:54:13 +02:00