]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixes in clientSendMoreData() to fix a couple of strange panics.
authoradrian <>
Thu, 7 Mar 2002 19:11:26 +0000 (19:11 +0000)
committeradrian <>
Thu, 7 Mar 2002 19:11:26 +0000 (19:11 +0000)
commitbce8c7b051bb9188a44907dbc74f2a098215ccca
treed37aa454d806cc655bc79b84896bd33f792ff667
parenta42db506d0730bc4509d1f3184fc422c9b58cabd
Fixes in clientSendMoreData() to fix a couple of strange panics.

* remove buf and size from the function argument list, and replace them
  with retbuf and retsize. Declare buf and size as local variables which
  reference the http->reqbuf and take into account the buffer offset
  for that partial buffer munging thats going on.

* lots of tidyups due to the above.
src/client_side.cc