commit | 5e74b0ba3b8ef787d3e7478f309c4e63658dfcfd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 19 08:03:19 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | b938212cac8e6bf5595f8119232658b02a678606 | |
parent | fc0785d26ce2fade9988dbbe7163e63787a5d62e [diff] |
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.