]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixes to get pipelined client requests working better. Need a function
authorwessels <>
Tue, 25 Nov 1997 05:32:36 +0000 (05:32 +0000)
committerwessels <>
Tue, 25 Nov 1997 05:32:36 +0000 (05:32 +0000)
commit8daca701c8c2ba8c8dd168495210a6c8d12220e9
tree3b236cbd5217ae50a79d3f61e0bbb30e7905df4d
parent969c39b99d89b0b47fcf97a41b0cefbe8360ad0d
Fixes to get pipelined client requests working better.  Need a function
called storeClientPending() whose purpose is to tell the client side
if there is already a callback registered for the entry and the client.
If not, then we'll register one via storeClientCopy().  This is due to
a race condition; when we have pipelined requests, we can not guarantee
that we'll get Deferred in clientSendMoreData() before its time to
send the object off to the client, so the original handler may still
be in place.
src/client_side.cc
src/protos.h
src/store.cc