]> git.ipfire.org Git - thirdparty/squid.git/commit
There were a couple of situations where we create new request_t structures
authorwessels <>
Wed, 4 Jun 1997 02:08:22 +0000 (02:08 +0000)
committerwessels <>
Wed, 4 Jun 1997 02:08:22 +0000 (02:08 +0000)
commit2357f74aef42d0926bb2ad195137cddc54e0de2c
treeaeb7553fed0faebab052738eef63066425b07d10
parentb1b387d1a9096afb9bd30b0f5d53628557ed6f91
There were a couple of situations where we create new request_t structures
that didn't have the headers buf from the original request.  Fix was to
give httpBuildRequestHeader() one fewer argument because the headers
will be attached to the 'orig_request' arg anyway.
src/client_side.cc
src/http.cc