]> git.pld-linux.org Git - packages/squid.git/blob - squidv3-vary-cache-1.patch
- fix issues with caching responses with "Vary" responses
[packages/squid.git] / squidv3-vary-cache-1.patch
1 diff -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.029905 seconds and 3 git commands to generate.