Commit 160fe78e authored by Graham Leggett's avatar Graham Leggett
Browse files

mod_http2: remove the no longer existing h2_ngn_shed.c from Cmake.

trunk patch: http://svn.apache.org/r1856910
2.4.x patch: svn merge -c 1856910 ^/httpd/httpd/trunk .
+1: icing, covener, ylavic


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1860127 13f79535-47bb-0310-9956-ffa450edef68
parent a0beaaf2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.4.40

  *) mod_http2: remove the no longer existing h2_ngn_shed.c from Cmake.
     [Stefan Eissing]

  *) mod_proxy/ssl: Proxy SSL client certificate configuration and other proxy
     SSL configurations broken inside <Proxy> context.  PR 63430.
     [Ruediger Pluem, Yann Ylavic]
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ SET(mod_http2_extra_sources
  modules/http2/h2_mplx.c            modules/http2/h2_push.c
  modules/http2/h2_request.c         modules/http2/h2_headers.c
  modules/http2/h2_session.c         modules/http2/h2_stream.c 
  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
  modules/http2/h2_switch.c
  modules/http2/h2_task.c            modules/http2/h2_util.c
  modules/http2/h2_workers.c
)
+0 −5
Original line number Diff line number Diff line
@@ -127,11 +127,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_http2: remove the no longer existing h2_ngn_shed.c from Cmake.
     trunk patch: http://svn.apache.org/r1856910
     2.4.x patch: svn merge -c 1856910 ^/httpd/httpd/trunk .
     +1: icing, covener, ylavic

  *) mod_status: PR60647: ACC per connection not available w/ event MPM
     trunk patch: http://svn.apache.org/r1780280
     2.4.x patch: svn merge -c 1780280 ^/httpd/httpd/trunk .