]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] replace the ambiguous client_return function by stream_int_return
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 18:22:53 +0000 (19:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 18:22:53 +0000 (19:22 +0100)
commit81acfab4fd82d745298393e67b66e7d62dae7409
tree0898d2ffeb5e0d711d2a3cbbb70e9a69a817f02c
parenta5555ec68a10f9e6755cbd374355d55caacf2268
[MINOR] replace the ambiguous client_return function by stream_int_return

This one applies to a stream interface, which makes more sense.
include/proto/proto_http.h
include/proto/senddata.h
include/proto/stream_interface.h
src/proto_http.c
src/senddata.c
src/stream_interface.c