Commit ce0f4a20 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

proposing backport of ssl var lookups in c->master

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717959 13f79535-47bb-0310-9956-ffa450edef68
parent 8f8725be
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -154,6 +154,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://people.apache.org/~jailletc36/remove_return.patch
     +1: jailletc36, jim

  *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection
     if conn_rec itself holds no valid SSLConnRec*. Fixes PR58666.
     trunk patch: http://svn.apache.org/r1717958
     2.4.x patch: trunk works apart from CHANGES
     +1: icing
     
PATCHES/ISSUES THAT ARE BEING WORKED

  *) http: Don't remove the Content-Length of zero from a HEAD response if