diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-10-21 09:01:19 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-10-21 09:01:19 +0000 |
commit | ae8f325c44b5160be4cf55a7f3fa161a44a71fb1 (patch) | |
tree | fcc8da7d50869d0e6969ce0135b1a04b2bd04527 /www/lighttpd/files/patch-src_mod__fastcgi.c | |
parent | math/cadabra2: update 2.0.816 -> 2.0.930 (diff) |
- 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 <pkubaj@anongoth.pl> (maintainer)
Notes
Notes:
svn path=/head/; revision=424396
Diffstat (limited to 'www/lighttpd/files/patch-src_mod__fastcgi.c')
-rw-r--r-- | www/lighttpd/files/patch-src_mod__fastcgi.c | 12 |
1 files changed, 0 insertions, 12 deletions
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; - } |