commit | 83e3af0c8630cc8db69c6b2756b82013d2c11b56 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 28 17:39:57 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 28 17:39:57 2009 +0100 |
tree | b53a446eda0d48b70ab7416a602892066fab1843 | |
parent | 864e8256ec767826964f0c8b27d468a1ea1ed9aa [diff] |
[MEDIUM] http: rework the buffer alignment logic There were still issues with the buffer alignment. Now we ensure that we always align it before a request or response is completely parsed if there is less than maxrewrite bytes free at the end. In practice, it's not called that often and ensures we can always work as expected.