From: Eric Covener Date: Wed, 8 Jan 2020 13:56:41 +0000 (+0000) Subject: add a 2nd lua backport proposal X-Git-Tag: 2.4.42~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dde8606e2871005acd97eb6113df9ade0ebb3368;p=thirdparty%2Fapache%2Fhttpd.git add a 2nd lua backport proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872507 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9b7aaca19d8..8315c317eac 100644 --- a/STATUS +++ b/STATUS @@ -243,6 +243,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1870650 ^/httpd/httpd/trunk +1: covener, + *) mod_lua: add _table() methods to return raw r/o lua tables that can be + iterated over for headers/notes/subprocess_env: + trunk patch: http://svn.apache.org/r1872455 + 2.4.x patch: svn merge -c 1872455 ^/httpd/httpd/trunk + +1: covener, + *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. trunk patch: http://svn.apache.org/r1871810 2.4.x patch: svn merge -c 1871810 ^/httpd/httpd/trunk