]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Stefan Fritsch <sf@sfritsch.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Aug 2010 07:31:03 +0000 (19:31 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Aug 2010 07:31:03 +0000 (19:31 +1200)
commitdc5348e928deae1564ca6622d72ba0d4dac8b80b
treebd47d52888446818e4cca7dbd265091ace5d4f7d
parenta81febfd7d8ad53de33991ddc01beed6c169ac8a
Author: Stefan Fritsch <sf@sfritsch.de>
Bug 2872: leaking file descriptors

As I understand it, the leak happens this way: A client request kicks off an
asynchronous file open request. If the client request is aborted and disappears
before the file open has completed, the file is never closed again. This
explains why this leak can only happen with aufs and not with ufs.
src/fs/ufs/store_io_ufs.cc