]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose
authorChristopher Faulet <cfaulet@qualys.com>
Wed, 9 Dec 2015 14:55:06 +0000 (15:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Dec 2015 15:49:36 +0000 (16:49 +0100)
commita94e5a548c9badbccde5e989f75bca5991a7b15d
tree9a39039efb58b424fd160f34daceca0825de7d50
parenta46bbd893aa5c52ae8e6e21daad27cbce4bdaa08
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.
include/proto/proto_http.h
src/proto_http.c