commit | 6d8bac7ddc4d12c8136ef5843f5d7479390f426e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 25 12:19:32 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 25 12:21:09 2014 +0200 |
tree | 8aad0d5bd98a4845239b0ded2eba7f030043657f | |
parent | 1746eecc524c80981786b36353c4cbce35df9ff8 [diff] |
BUG/MAJOR: http: fix the 'next' pointer when performing a redirect Commit bed410e ("MAJOR: http: centralize data forwarding in the request path") has woken up an issue in redirects, where msg->next is not reset when flushing the input buffer. The result is an attempt to forward a negative amount of data, making haproxy crash. This bug does not seem to affect versions prior to dev23, so no backport is needed.