]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] http: automatically re-aling request buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 27 Dec 2009 16:18:11 +0000 (17:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Dec 2009 16:18:11 +0000 (17:18 +0100)
commitaec571c2bb6c90879aa9380052fb692cad135e7a
treee61ddcd4580f61e172c43a5b2e85732d7e45002b
parent1d3bcce4dd2f6e440a9a7680870c5ca7aea28be1
[MEDIUM] http: automatically re-aling request buffer

When parsing a request that does not start at the beginning of the
buffer, we may experience a buffer full issue. In order to avoid
this, we try to realign the buffer if it is not really full. That
will be required when we have to deal with pipelined requests.
src/proto_http.c