]> git.pld-linux.org Git - packages/squid.git/commitdiff
49c5aeb54467e7cbf44edd2271006bb3 squid-2.5.STABLE3-tcp_reset_leak.patch
authorankry <ankry@pld-linux.org>
Mon, 21 Jul 2003 15:00:38 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-2.5.STABLE3-tcp_reset_leak.patch -> 1.1

squid-2.5.STABLE3-tcp_reset_leak.patch [new file with mode: 0644]

diff --git a/squid-2.5.STABLE3-tcp_reset_leak.patch b/squid-2.5.STABLE3-tcp_reset_leak.patch
new file mode 100644 (file)
index 0000000..946ee43
--- /dev/null
@@ -0,0 +1,14 @@
+Index: squid/src/client_side.c
+diff -c squid/src/client_side.c:1.561.2.36 squid/src/client_side.c:1.561.2.37
+*** squid/src/client_side.c:1.561.2.36 Sat May 24 05:08:41 2003
+--- squid/src/client_side.c    Wed Jul  9 15:56:43 2003
+***************
+*** 1912,1917 ****
+--- 1912,1918 ----
+       memFree(buf, MEM_CLIENT_SOCK_BUF);
+       return;
+      } else if (http->request->flags.reset_tcp) {
++      memFree(buf, MEM_CLIENT_SOCK_BUF);
+       comm_reset_close(fd);
+       return;
+      } else if (entry && EBIT_TEST(entry->flags, ENTRY_ABORTED)) {
This page took 0.081526 seconds and 4 git commands to generate.