]> git.ipfire.org Git - thirdparty/squid.git/commit
- split storeClientCopy into itself and storeClientCopy2().
authorwessels <>
Mon, 27 Oct 1997 12:37:35 +0000 (12:37 +0000)
committerwessels <>
Mon, 27 Oct 1997 12:37:35 +0000 (12:37 +0000)
commitdbfda5cb566e1cf1445a08d291226c7822b2c32a
tree0f99af69437792da3e16ad0aa82f6d3cd328ed21
parent43fee0b817442f6d6a5597c731080b7944f696da
- split storeClientCopy into itself and storeClientCopy2().
  Problem was that InvokeHandlers() did a memCopy() for ALL existing
  callbacks.  Thats not allowed any more--some of the clients might
  be reading from disk.  So InvokeHandlers now calls storeClientCopy2().
- removed storeCopy()
src/protos.h
src/store.cc