]> git.ipfire.org Git - thirdparty/squid.git/commit
Bugfix: Vary failed to calculate the variance when going thru a parent.
authorhno <>
Wed, 19 Sep 2001 01:04:28 +0000 (01:04 +0000)
committerhno <>
Wed, 19 Sep 2001 01:04:28 +0000 (01:04 +0000)
commitd9e8616c34e0df6757219cdcc72abbca2e2f7560
treefbd47e1286772c4c87c32c7c57b57af940e31b0a
parent0dfb298f2f28de5bf340c2d9f66d272518810c5d
Bugfix: Vary failed to calculate the variance when going thru a parent.
I obviously never learn to use httpState->orig_request when accessing
client data. Not the first time I have been bitten by httpState->request
being a bogus request missing most of the vital information when using
a peer proxy (only contains the request line, and how to contact the peer).
src/http.cc