summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/lighttpd/ssl_fix.diff
blob: 7031a480a153a9ccec99feca45114a6096b97286 (plain)
1
2
3
4
5
6
7
8
9
10
--- lighttpd-1.3.13/src/connections.c	2005-03-03 15:36:51.000000000 -0800
+++ lighttpd-1.3.13fix/src/connections.c	2005-05-12 02:33:37.124740872 -0700
@@ -1141,6 +1141,7 @@
 				return NULL;
 			} else {
 				SSL_set_accept_state(con->ssl);
+				con->conf.is_ssl=1;
 			}
 			
 			if (1 != (SSL_set_fd(con->ssl, cnt))) {