]> git.kaiwu.me - haproxy.git/commit
[MINOR] stream_sock_data_finish() should not expose fd
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 20:37:12 +0000 (21:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 20:37:12 +0000 (21:37 +0100)
commitb02532527440cf5cf3bb9758391c8071a5b9af72
tree1f72024a9b245e22cdecde6bb0110d0bfd71e89d
parent42ffbf248ba7734837406846dc3f71679da16393
[MINOR] stream_sock_data_finish() should not expose fd

stream_sock_data_finish was still using a file descriptor as only
argument, while a stream interface is preferred. This is now fixed.
include/proto/stream_sock.h
src/session.c
src/stream_sock.c