]> git.pld-linux.org Git - packages/squid.git/commitdiff
2abe9bd50e6561251dfd96d2583d15bc squid-2.5.STABLE3-http_reply_access-denied.patch
authorankry <ankry@pld-linux.org>
Mon, 21 Jul 2003 15:00:14 +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-http_reply_access-denied.patch -> 1.1

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

diff --git a/squid-2.5.STABLE3-http_reply_access-denied.patch b/squid-2.5.STABLE3-http_reply_access-denied.patch
new file mode 100644 (file)
index 0000000..a20b15a
--- /dev/null
@@ -0,0 +1,17 @@
+Index: squid/src/client_side.c
+diff -c squid/src/client_side.c:1.561.2.38 squid/src/client_side.c:1.561.2.39
+*** squid/src/client_side.c:1.561.2.38 Fri Jul 11 17:19:16 2003
+--- squid/src/client_side.c    Tue Jul 15 14:05:27 2003
+***************
+*** 1988,1993 ****
+--- 1988,1997 ----
+                   null_request_flags);
+               errorAppendEntry(http->entry, err);
+               httpReplyDestroy(rep);
++              /*
++               * log with TCP_DENIED, the same as for http_access checks
++               */
++              http->log_type = LOG_TCP_DENIED;
+               memFree(buf, MEM_CLIENT_SOCK_BUF);
+               return;
+           }
This page took 0.108367 seconds and 4 git commands to generate.