SOURCES: lighttpd-ssl-redirect-fix.patch (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jun 27 01:11:06 CEST 2005


Author: aredridel                    Date: Sun Jun 26 23:11:06 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   lighttpd-ssl-redirect-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lighttpd-ssl-redirect-fix.patch
diff -u /dev/null SOURCES/lighttpd-ssl-redirect-fix.patch:1.1
--- /dev/null	Mon Jun 27 01:11:06 2005
+++ SOURCES/lighttpd-ssl-redirect-fix.patch	Mon Jun 27 01:11:01 2005
@@ -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;
+ 	}
+ }
================================================================



More information about the pld-cvs-commit mailing list