]> git.pld-linux.org Git - packages/squid.git/commitdiff
- applied upstream
authorŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 11 Sep 2014 08:08:07 +0000 (10:08 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 11 Sep 2014 08:08:07 +0000 (10:08 +0200)
squidv3-vary-cache-1.patch [deleted file]

diff --git a/squidv3-vary-cache-1.patch b/squidv3-vary-cache-1.patch
deleted file mode 100644 (file)
index 7f7c592..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -uNrw squid-3.2.0.18/src/store.cc squid-3.2.0.18.n/src/store.cc
---- squid-3.2.0.18/src/store.cc        2012-07-11 06:06:31.000000000 +0400
-+++ squid-3.2.0.18.n/src/store.cc      2012-07-17 18:50:22.746674120 +0400
-@@ -769,12 +769,14 @@
-             }
- #endif
--            pe->replaceHttpReply(rep);
-+            pe->replaceHttpReply(rep, false);
-             pe->timestampsSet();
-             pe->makePublic();
-+            pe->startWriting();
-+
-             pe->complete();
-             pe->unlock();
-
This page took 0.083355 seconds and 4 git commands to generate.