]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable
authorAlex Rousskov <rousskov@squid-cache.org>
Sat, 13 Aug 2011 04:15:06 +0000 (22:15 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Aug 2011 04:15:06 +0000 (22:15 -0600)
commit85bef0a70106c42ef677000bfca88193000a307b
treeebcaf735454ea7173b339310d924ae6619fdbbe1
parentd8b258a9511014ad813b9f70440b952bee50d48b
Bug 3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable

It is possible that the next hop connection is going through the closing steps
when we receive a "noteMoreBodySpaceAvailable" notification from the response
body consumer. Do not try to read in this case.
src/ftp.cc
src/http.cc