]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE4-partial_reload.patch
- new-style bcond, pl fixes
[packages/squid.git] / squid-2.5.STABLE4-partial_reload.patch
1 Index: squid/src/client_side.c
2 diff -c squid/src/client_side.c:1.561.2.50 squid/src/client_side.c:1.561.2.51
3 *** squid/src/client_side.c:1.561.2.50  Sun Dec 21 09:30:25 2003
4 --- squid/src/client_side.c     Mon Dec 22 18:04:23 2003
5 ***************
6 *** 2370,2385 ****
7         http->entry = e;
8         return LOG_TCP_HIT;
9       }
10 - #if HTTP_VIOLATIONS
11 -     if (e->store_status == STORE_PENDING) {
12 -       if (r->flags.nocache || r->flags.nocache_hack) {
13 -           debug(33, 3) ("Clearing no-cache for STORE_PENDING request\n\t%s\n",
14 -               storeUrl(e));
15 -           r->flags.nocache = 0;
16 -           r->flags.nocache_hack = 0;
17 -       }
18 -     }
19 - #endif
20       if (r->flags.nocache) {
21         debug(33, 3) ("clientProcessRequest2: no-cache REFRESH MISS\n");
22         http->entry = NULL;
23 --- 2370,2375 ----
This page took 0.104037 seconds and 3 git commands to generate.