]> git.ipfire.org Git - thirdparty/squid.git/commit
fix up some confusion/bugs with http->out.offset in clientSendMoreData().
authorwessels <>
Thu, 16 Jul 1998 05:59:07 +0000 (05:59 +0000)
committerwessels <>
Thu, 16 Jul 1998 05:59:07 +0000 (05:59 +0000)
commitbcd3b08ae45b420b4efaaa746516128f44c42f39
treeb74edbaa3e3411319223c2c238d464bf37fea8ba
parent80fcad81c2a59f7c0736a8a48e55b2639309e2ca
fix up some confusion/bugs with http->out.offset in clientSendMoreData().
Now that wierd hacks for HEAD requests are gone, we have to change
where we increment the offset.   Now its incremented in two places,
for the headers and for the body.
src/client_side.cc