Loading STATUS +5 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1845768 ^/httpd/httpd/trunk . +1: icing, jim *) mod_ssl: Fixes PR 62654 where "require ssl" did not work on HTTP/2 connections. trunk patch: http://svn.apache.org/r1846112 2.4.x patch: svn merge -c 1846112 ^/httpd/httpd/trunk . +1: icing, PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] Loading modules/http2/h2_conn.c +1 −0 Original line number Diff line number Diff line Loading @@ -354,6 +354,7 @@ apr_status_t h2_slave_run_pre_connection(conn_rec *slave, apr_socket_t *csd) * (Not necessarily in pre_connection, but later. Set it here, so it * is in place.) */ slave->keepalives = 1; slave->keepalive = AP_CONN_CLOSE; return ap_run_pre_connection(slave, csd); } return APR_SUCCESS; Loading Loading
STATUS +5 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1845768 ^/httpd/httpd/trunk . +1: icing, jim *) mod_ssl: Fixes PR 62654 where "require ssl" did not work on HTTP/2 connections. trunk patch: http://svn.apache.org/r1846112 2.4.x patch: svn merge -c 1846112 ^/httpd/httpd/trunk . +1: icing, PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] Loading
modules/http2/h2_conn.c +1 −0 Original line number Diff line number Diff line Loading @@ -354,6 +354,7 @@ apr_status_t h2_slave_run_pre_connection(conn_rec *slave, apr_socket_t *csd) * (Not necessarily in pre_connection, but later. Set it here, so it * is in place.) */ slave->keepalives = 1; slave->keepalive = AP_CONN_CLOSE; return ap_run_pre_connection(slave, csd); } return APR_SUCCESS; Loading