]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE3-http_reply_access-denied.patch
- more Requires(post)
[packages/squid.git] / squid-2.5.STABLE3-http_reply_access-denied.patch
CommitLineData
2157a9ac 1Index: squid/src/client_side.c
2diff -c squid/src/client_side.c:1.561.2.38 squid/src/client_side.c:1.561.2.39
3*** squid/src/client_side.c:1.561.2.38 Fri Jul 11 17:19:16 2003
4--- squid/src/client_side.c Tue Jul 15 14:05:27 2003
5***************
6*** 1988,1993 ****
7--- 1988,1997 ----
8 null_request_flags);
9 errorAppendEntry(http->entry, err);
10 httpReplyDestroy(rep);
11+ /*
12+ * log with TCP_DENIED, the same as for http_access checks
13+ */
14+ http->log_type = LOG_TCP_DENIED;
15 memFree(buf, MEM_CLIENT_SOCK_BUF);
16 return;
17 }
This page took 0.046219 seconds and 4 git commands to generate.