]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid-2.5.STABLE7-blank_response.patch
- removed outdated squid patches, they're all in sources
[packages/squid.git] / squid-2.5.STABLE7-blank_response.patch
diff --git a/squid-2.5.STABLE7-blank_response.patch b/squid-2.5.STABLE7-blank_response.patch
deleted file mode 100644 (file)
index 1fd2919..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: squid/src/HttpReply.c
-diff -c squid/src/HttpReply.c:1.49.2.2 squid/src/HttpReply.c:1.49.2.3
-*** squid/src/HttpReply.c:1.49.2.2     Tue Oct  5 15:31:25 2004
---- squid/src/HttpReply.c      Sun Nov  7 08:26:59 2004
-***************
-*** 452,458 ****
-  int
-  httpReplyBodySize(method_t method, HttpReply * reply)
-  {
-!     if (METHOD_HEAD == method)
-       return 0;
-      else if (reply->sline.status == HTTP_OK)
-       (void) 0;               /* common case, continue */
---- 452,460 ----
-  int
-  httpReplyBodySize(method_t method, HttpReply * reply)
-  {
-!     if (reply->sline.version.major < 1)
-!      return -1;
-!     else if (METHOD_HEAD == method)
-       return 0;
-      else if (reply->sline.status == HTTP_OK)
-       (void) 0;               /* common case, continue */
This page took 0.029306 seconds and 4 git commands to generate.