]> git.pld-linux.org Git - packages/squid.git/blame - squid-3.0.PRE3-cachemgr_accel.patch
- ...and CAN-2005-0096
[packages/squid.git] / squid-3.0.PRE3-cachemgr_accel.patch
CommitLineData
36aa8c36
JR
1Index: squid3/src/client_side.cc
2diff -c squid3/src/client_side.cc:1.666 squid3/src/client_side.cc:1.667
3*** squid3/src/client_side.cc:1.666 Tue Oct 21 06:23:53 2003
4--- squid3/src/client_side.cc Wed Nov 5 14:32:12 2003
5***************
6*** 1696,1701 ****
7--- 1696,1704 ----
8
9 /* BUG: Squid cannot deal with '*' URLs (RFC2616 5.1.2) */
10
11+ if (strncasecmp(url, "cache_object://", 15) == 0)
12+ return; /* already in good shape */
13+
14 if (*url != '/') {
15 if (conn->port->vhost)
16 return; /* already in good shape */
This page took 0.027215 seconds and 4 git commands to generate.