Index: http.c
===================================================================
RCS file: /server/cvs-server/squid/squid/src/http.c,v
retrieving revision 1.381
diff -u -w -r1.381 http.c
--- http.c	2001/07/11 22:57:54	1.381
+++ http.c	2001/09/18 19:00:25
@@ -436,7 +436,7 @@
 	    || httpHeaderHas(&reply->header, HDR_X_ACCELERATOR_VARY)
 #endif
 	    ) {
-	    const char *vary = httpMakeVaryMark(httpState->request, reply);
+	    const char *vary = httpMakeVaryMark(httpState->orig_request, reply);
 	    if (vary) {
 		entry->mem_obj->vary_headers = xstrdup(vary);
 		/* Kill the old base object if a change in variance is detected */
