]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 26 Jun 2005 23:11:01 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-ssl-redirect-fix.patch -> 1.1

lighttpd-ssl-redirect-fix.patch [new file with mode: 0644]

diff --git a/lighttpd-ssl-redirect-fix.patch b/lighttpd-ssl-redirect-fix.patch
new file mode 100644 (file)
index 0000000..bbc2e25
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ur lighttpd-1.3.14-o/src/connections.c lighttpd-1.3.14/src/connections.c
+--- lighttpd-1.3.14-o/src/connections.c        2005-06-05 02:34:18.000000000 -0600
++++ lighttpd-1.3.14/src/connections.c  2005-06-26 16:35:53.000000000 -0600
+@@ -1151,6 +1151,7 @@
+                       }
+               }
+ #endif
++              con->conf.is_ssl=0;
+               return con;
+       }
+ }
This page took 0.085945 seconds and 4 git commands to generate.