]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- do not copy Proxy-Connection header to backend proxy server
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Jan 2009 17:08:39 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-bug-1877.patch -> 1.1

lighttpd-bug-1877.patch [new file with mode: 0644]

diff --git a/lighttpd-bug-1877.patch b/lighttpd-bug-1877.patch
new file mode 100644 (file)
index 0000000..4cb0110
--- /dev/null
@@ -0,0 +1,10 @@
+--- lighttpd-1.4.20/src/mod_proxy.c~   2009-01-16 19:00:15.000000000 +0200
++++ lighttpd-1.4.20/src/mod_proxy.c    2009-01-16 19:06:16.130587778 +0200
+@@ -454,6 +454,7 @@
+               if (ds->value->used && ds->key->used) {
+                       if (buffer_is_equal_string(ds->key, CONST_STR_LEN("Connection"))) continue;
++                      if (buffer_is_equal_string(ds->key, CONST_STR_LEN("Proxy-Connection"))) continue;
+                       buffer_append_string_buffer(b, ds->key);
+                       buffer_append_string_len(b, CONST_STR_LEN(": "));
This page took 0.02586 seconds and 4 git commands to generate.