]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 22 Sep 2011 15:23:11 +0000 (09:23 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 22 Sep 2011 15:23:11 +0000 (09:23 -0600)
commit4b4686c911f1917b70cf2d0d37f75a04296181ce
tree2527b4e586f6608ef8812c97c65378e3bb615cde
parentba7a021ec71b2d7de9778437af2d5027fe65bf1c
Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion

If the entry was aborted while we were timing out, do not attempt to
write the timeout error message to it.

TODO: Other FTP code should call abortOnBadEntry() instead of testing for
ENTRY_ABORTED and calling abortTransaction().
src/ftp.cc