]> git.pld-linux.org Git - packages/squid.git/blame - squidv3-vary-cache-1.patch
- updated to 3.2.11
[packages/squid.git] / squidv3-vary-cache-1.patch
CommitLineData
07a3710e
JR
1diff -uNrw squid-3.2.0.18/src/store.cc squid-3.2.0.18.n/src/store.cc
2--- squid-3.2.0.18/src/store.cc 2012-07-11 06:06:31.000000000 +0400
3+++ squid-3.2.0.18.n/src/store.cc 2012-07-17 18:50:22.746674120 +0400
4@@ -769,12 +769,14 @@
5 }
6
7 #endif
8- pe->replaceHttpReply(rep);
9+ pe->replaceHttpReply(rep, false);
10
11 pe->timestampsSet();
12
13 pe->makePublic();
14
15+ pe->startWriting();
16+
17 pe->complete();
18
19 pe->unlock();
20
This page took 0.13749 seconds and 4 git commands to generate.