From ae8f325c44b5160be4cf55a7f3fa161a44a71fb1 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 21 Oct 2016 09:01:19 +0000 Subject: - Update lighttpd to 1.4.42 [1] - Convert WEBDAV option to option helpers [1] - Remove MYSQLAUTH option, upstream integrated their own solution in MYSQL support [1] - Add GEOIP option to main port [1] - Fix sorting in pkg-plist [1] - Remove lighttpd-mod_geoip port, it's beeen integrated in the main port [2] PR: 213568 [1], 213569 [2] Sumitted by: Piotr Kubaj (maintainer) --- www/lighttpd/files/patch-src_mod__fastcgi.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/lighttpd/files/patch-src_mod__fastcgi.c (limited to 'www/lighttpd/files/patch-src_mod__fastcgi.c') diff --git a/www/lighttpd/files/patch-src_mod__fastcgi.c b/www/lighttpd/files/patch-src_mod__fastcgi.c deleted file mode 100644 index 6a1b6fb43f96..000000000000 --- a/www/lighttpd/files/patch-src_mod__fastcgi.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/mod_fastcgi.c.orig 2016-08-07 17:19:10 UTC -+++ src/mod_fastcgi.c -@@ -3257,7 +3257,8 @@ SUBREQUEST_FUNC(mod_fastcgi_handle_subre - } - } - -- return (0 == hctx->wb->bytes_in || !chunkqueue_is_empty(hctx->wb)) -+ return ((0 == hctx->wb->bytes_in || !chunkqueue_is_empty(hctx->wb)) -+ && hctx->state != FCGI_STATE_CONNECT_DELAYED) - ? fcgi_send_request(srv, hctx) - : HANDLER_WAIT_FOR_EVENT; - } -- cgit v1.2.3