]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2104 fix: handle REQMOD HTTP responses without body
authorrousskov <>
Tue, 16 Oct 2007 21:57:28 +0000 (21:57 +0000)
committerrousskov <>
Tue, 16 Oct 2007 21:57:28 +0000 (21:57 +0000)
commitcb4c42884356410ff06d2c69c4e776c80c0c5aa1
tree5d174557f114e1ab0d0116f01513aa841d8e8707
parent54e3f3271f0d5ab8155663d7ea963d10630d05ac
Bug 2104 fix: handle REQMOD HTTP responses without body

When in request satisfaction mode and no body is expected, mark the store
entry as complete. Otherwise the ClientStreams(?) triggered by the
clientGetMoreData call will get stuck waiting for more data from the store.
There is probably a better way to do this (e.g., completely bypassing store).
src/client_side_request.cc