]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h1: port to new buffer API.
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jun 2018 06:03:19 +0000 (08:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit5e74b0ba3b8ef787d3e7478f309c4e63658dfcfd
treeb938212cac8e6bf5595f8119232658b02a678606
parentfc0785d26ce2fade9988dbbe7163e63787a5d62e
MEDIUM: h1: port to new buffer API.

The parser now uses the channel exclusively to access the data. In order
to avoid the cost of indirection, a local variable "input" was added to
the function that replaces buf->p. Given that this part is on the critical
path, it will have to be tested again for any visible performance loss.
src/h1.c