]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE9-reload_into_ims.patch
- updated to 2.5.STABLE13
[packages/squid.git] / squid-2.5.STABLE9-reload_into_ims.patch
1 Index: squid/src/client_side.c
2 diff -c squid/src/client_side.c:1.561.2.73 squid/src/client_side.c:1.561.2.74
3 *** squid/src/client_side.c:1.561.2.73  Mon Mar  7 06:31:35 2005
4 --- squid/src/client_side.c     Wed Mar  9 07:09:03 2005
5 ***************
6 *** 1593,1599 ****
7         return;
8       }
9       http->flags.hit = 1;
10 !     if (checkNegativeHit(e)) {
11         http->log_type = LOG_TCP_NEGATIVE_HIT;
12         clientSendMoreData(data, buf, size);
13       } else if (!Config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) {
14 --- 1593,1603 ----
15         return;
16       }
17       http->flags.hit = 1;
18 !     if (checkNegativeHit(e)
19 ! #if HTTP_VIOLATIONS
20 !       && !r->flags.nocache_hack
21 ! #endif
22 !       ) {
23         http->log_type = LOG_TCP_NEGATIVE_HIT;
24         clientSendMoreData(data, buf, size);
25       } else if (!Config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) {
This page took 0.053791 seconds and 3 git commands to generate.