]> git.ipfire.org Git - thirdparty/squid.git/commit
Don't call storeAppend with len == 0 and the immediately followed by storeComplete.
authorwessels <>
Fri, 24 Oct 1997 05:22:15 +0000 (05:22 +0000)
committerwessels <>
Fri, 24 Oct 1997 05:22:15 +0000 (05:22 +0000)
commit5b29969a4281986d9ee8039ab341808883a43afa
treea90bc11fe641b52e0ace5b43069a487dfe370693
parent74ac2ecb9e4f683ea10a80b59b6e658cdcd07feb
Don't call storeAppend with len == 0 and the immediately followed by storeComplete.
the storeComplete should be enough to invoke the client callbacks.

Also, we must CLEAR the fd timeouts/defer stuff because just flopping them
over to the pconn handlers won't take effect if we are shutdown pending.
src/http.cc