]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a 2nd lua backport proposal
authorEric Covener <covener@apache.org>
Wed, 8 Jan 2020 13:56:41 +0000 (13:56 +0000)
committerEric Covener <covener@apache.org>
Wed, 8 Jan 2020 13:56:41 +0000 (13:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872507 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9b7aaca19d82943adbb78ad89927b7eeadd00b41..8315c317eace321e10d02f381bd357d68a036b2f 100644 (file)
--- 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