commit | aec571c2bb6c90879aa9380052fb692cad135e7a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 27 17:18:11 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 27 17:18:11 2009 +0100 |
tree | e61ddcd4580f61e172c43a5b2e85732d7e45002b | |
parent | 1d3bcce4dd2f6e440a9a7680870c5ca7aea28be1 [diff] |
[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.