You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/12/28 13:51:53 UTC

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

Author: ylavic
Date: Mon Dec 28 12:51:53 2015
New Revision: 1721911

URL: http://svn.apache.org/viewvc?rev=1721911&view=rev
Log:
Propose.

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=1721911&r1=1721910&r2=1721911&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec 28 12:51:53 2015
@@ -177,6 +177,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://jkaluza.fedorapeople.org/httpd-2.4.x-dhparams-free.patch
      +1: jkaluza
 
+  *) mod_ssl: Fix "warning: variable 'hssc' set but not used".
+              2.4.x only, r1715255 merged in 2.4.18 missed this (trunk) hunk.
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ssl_hssc_warning.patch
+     +1: ylavic
+
+  *) mod_cache_socache: Fix a possible cached entity body corruption when it
+     is received from an origin server in multiple batches and forwarded by
+     mod_proxy.
+     trunk patch: http://svn.apache.org/r1721899
+     2.4.x patch: trunk works, module CHANGES
+     +1: ylavic
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if