commit | 75e2eb66e515c9c5542416746d002b8f750630ff | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Tue Dec 15 10:41:47 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 09 14:53:15 2016 +0100 |
tree | 6b6fc199e4ee5bfec65cd876134220c11b0f3b98 | |
parent | 113f7decfccabecfa26f8b9925c05ac38432d5d7 [diff] |
MINOR: filters/http: Forward remaining data when a channel has no "data" filters This is an improvement, especially when the message body is big. Before this patch, remaining data were forwarded when there is no filter on the stream. Now, the forwarding is triggered when there is no "data" filter on the channel. When no filter is used, there is no difference, but when at least one filter is used, it can be really significative.