]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
Bug #2056: Should not process range requests on cache misses
authorhno <>
Thu, 30 Aug 2007 21:57:16 +0000 (21:57 +0000)
committerhno <>
Thu, 30 Aug 2007 21:57:16 +0000 (21:57 +0000)
commit86f6a21fe37a522a3e8b43d09f3241e74bdb600f
tree14c3f9e69d7c015bb0a75bec66bdfb99650ec612
parent2ea1afadafea624cfd42d9a3d832dc8736ce8da5
Bug #2056: Should not process range requests on cache misses

This patch avoids a race condition which could consume a lot of bandwidth
if clients sends Range requests for a server not supporting ranges..
src/client_side.cc