]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable
authorAlex Rousskov <rousskov@squid-cache.org>
Sat, 27 Aug 2011 07:14:24 +0000 (01:14 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 07:14:24 +0000 (01:14 -0600)
commitec510f8955a69c83288ad233d01a21bece74ebe7
treeb274f955cf221d5d472502924cc36a942471c427
parentac4127c59cf8faee5cc28604617b25d42e0294ad
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