]> git.ipfire.org Git - thirdparty/squid.git/commit
BUGFIX: Plug a large SSL memory leak. SSL connections was never freed.
authorhno <>
Mon, 27 Aug 2001 04:22:43 +0000 (04:22 +0000)
committerhno <>
Mon, 27 Aug 2001 04:22:43 +0000 (04:22 +0000)
commitd4c19b39acb9827dda890e739d08e32700fb38d1
tree487a0377cfdf937b19f4f59c33385532839c2743
parenta4a80ff087731032025c785654d03b9d095e98a0
BUGFIX: Plug a large SSL memory leak. SSL connections was never freed.

Note: This is done in a quite crude manner, and there most likely is
better ways of doing this. Have investigated the use of a close handler
but it won't fit well with lingering closes.
src/comm.cc