]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] replace client_retnclose() with stream_int_retnclose()
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 18:48:07 +0000 (19:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 18:48:07 +0000 (19:48 +0100)
commitdded32defa35d73212f1d2adea30780e0bae9059
tree23969b844a62a45a1a2bcf3768a446115d9bfc8f
parent81acfab4fd82d745298393e67b66e7d62dae7409
[MINOR] replace client_retnclose() with stream_int_retnclose()

This makes more sense to return a message to a stream interface
than to a session.

senddata.{c,h} have been removed.
Makefile
include/proto/proto_http.h
include/proto/senddata.h [deleted file]
include/proto/stream_interface.h
src/client.c
src/dumpstats.c
src/proto_http.c
src/proto_tcp.c
src/proto_uxst.c
src/senddata.c [deleted file]
src/stream_interface.c