]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE3-header_access_peer.patch
- updated to 2.5STABLE4
[packages/squid.git] / squid-2.5.STABLE3-header_access_peer.patch
1 Index: squid/src/http.c
2 diff -c squid/src/http.c:1.384.2.4 squid/src/http.c:1.384.2.5
3 *** squid/src/http.c:1.384.2.4  Sun May 11 11:30:13 2003
4 --- squid/src/http.c    Thu Jun 19 18:18:50 2003
5 ***************
6 *** 913,919 ****
7         }
8       }
9       /* Now mangle the headers. */
10 !     httpHdrMangleList(hdr_out, request);
11       stringClean(&strConnection);
12   }
13   
14 --- 913,919 ----
15         }
16       }
17       /* Now mangle the headers. */
18 !     httpHdrMangleList(hdr_out, orig_request);
19       stringClean(&strConnection);
20   }
21   
This page took 0.02752 seconds and 3 git commands to generate.