You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2020/01/08 13:56:41 UTC

svn commit: r1872507 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Wed Jan  8 13:56:41 2020
New Revision: 1872507

URL: http://svn.apache.org/viewvc?rev=1872507&view=rev
Log:
add a 2nd lua backport proposal


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1872507&r1=1872506&r2=1872507&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jan  8 13:56:41 2020
@@ -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