]> git.pld-linux.org Git - packages/squid.git/commitdiff
82bfba0cde950541c6aef5e8b52db010 squid-2.5.STABLE3-ie_refresh.patch
authorankry <ankry@pld-linux.org>
Mon, 21 Jul 2003 15:00:20 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-2.5.STABLE3-ie_refresh.patch -> 1.1

squid-2.5.STABLE3-ie_refresh.patch [new file with mode: 0644]

diff --git a/squid-2.5.STABLE3-ie_refresh.patch b/squid-2.5.STABLE3-ie_refresh.patch
new file mode 100644 (file)
index 0000000..b8070b4
--- /dev/null
@@ -0,0 +1,17 @@
+Index: squid/src/http.c
+diff -c squid/src/http.c:1.384.2.6 squid/src/http.c:1.384.2.7
+*** squid/src/http.c:1.384.2.6 Fri Jul 11 16:40:34 2003
+--- squid/src/http.c   Tue Jul 15 14:16:12 2003
+***************
+*** 906,911 ****
+--- 906,915 ----
+           if (strLen(request->urlpath))
+               assert(strstr(url, strBuf(request->urlpath)));
+       }
++      /* Set no-cache if determined needed but not found */
++      if (orig_request->flags.nocache && !httpHeaderHas(hdr_in, HDR_PRAGMA))
++          EBIT_SET(cc->mask, CC_NO_CACHE);
++      /* Enforce sibling relations */
+       if (flags.only_if_cached)
+           EBIT_SET(cc->mask, CC_ONLY_IF_CACHED);
+       httpHeaderPutCc(hdr_out, cc);
This page took 0.066614 seconds and 4 git commands to generate.