]> git.ipfire.org Git - thirdparty/squid.git/commit
Add comm_add_close_handler() for ftpState->data.fd. If the data socket
authorwessels <>
Thu, 1 Jan 1998 00:52:04 +0000 (00:52 +0000)
committerwessels <>
Thu, 1 Jan 1998 00:52:04 +0000 (00:52 +0000)
commit2a1bc30a5403dcde479bf3125af15617f42f04c5
tree48bccab5b41b088190fbd24d5df1b33fe50c3013
parent68e3a9dfefa52c7e66d0b38bea83cc8f77f4a46e
Add comm_add_close_handler() for ftpState->data.fd.  If the data socket
connection failed, then a comm_close() call was closing the data socket,
but not freeing up the ftpState.
src/ftp.cc