]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix a 0-byte read condition while reading request bodies. We need to
authorhno <>
Mon, 16 Jul 2001 18:44:05 +0000 (18:44 +0000)
committerhno <>
Mon, 16 Jul 2001 18:44:05 +0000 (18:44 +0000)
commit28ee8ce5c9a9bf223621a74a230b8373129d7c80
tree8a314b2566acda061c8c85fe7fa99b28997a8234
parent1b0624e93c2a36588ff8631daab031c99dc22b43
Fix a 0-byte read condition while reading request bodies. We need to
stop reading when the buffer is full, and continue again when data
have been used. Thanks to Vladimir B. Savkin for finding this issue.

Also some cleanups in httpRequestFree()
* Permanently removed some old suspicious code Duane had found and commented out.
* Added a new comment at the same place, asking on the validity of the few next
  lines. Looks like we are looking a bit too deap into the store entry
  there..
src/client_side.cc