commit | a7fe8e527c5f170a17e4d4ae95189ee812e43bab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 08 20:40:09 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 21:28:17 2012 +0200 |
tree | b9ca6a682c4c507a9830c65c1dd4574f632b3451 | |
parent | 0a3dd74c9cd24ab77178c9ccc65c577a91648cef [diff] |
MINOR: http: replace http_message_realign() with buffer_slow_realign() There is no more reason for the realign function being HTTP specific, it only operates on a buffer now. Let's move it to buffers.c instead. It's likely that buffer_bounce_realign is broken (not used), this will have to be inspected. The function is worth rewriting as it can be cheaper than buffer_slow_realign() to realign large wrapping buffers.