]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h1: make the parser support a pointer to a start line
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 13:34:50 +0000 (15:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:38:25 +0000 (17:38 +0200)
commita41393fc612b20140bebbf9805793174964377ae
tree5f3eed921cee4f5ff1f5496c77bd3ce9274a068e
parent9aec30557bb05a021fccebd497c2d62e758f317e
MEDIUM: h1: make the parser support a pointer to a start line

This will allow the parser to fill some extra fields like the method or
status without having to store them permanently in the HTTP message. At
this point however the parser cannot restart from an interrupted read.
include/proto/h1.h
include/types/h1.h
src/h1.c
src/mux_h2.c