commit | a94e5a548c9badbccde5e989f75bca5991a7b15d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Wed Dec 09 15:55:06 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 28 16:49:36 2015 +0100 |
tree | 9a39039efb58b424fd160f34daceca0825de7d50 | |
parent | a46bbd893aa5c52ae8e6e21daad27cbce4bdaa08 [diff] |
MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose The function http_reply_and_close has been added in proto_http.c to wrap calls to stream_int_retnclose. This functions will be modified when the filters will be added.