On 10/12/21 3:34 PM, ic...@apache.org wrote:
> Author: icing
> Date: Tue Oct 12 13:34:01 2021
> New Revision: 1894163
>
> URL: http://svn.apache.org/viewvc?rev=1894163&view=rev
> Log:
> *) mod_http2:
> - Fixed an issue since 1.15.24 that "Server" headers in proxied requests
> were overwritten instead of preserved. [PR by @daum3ns]
> - Added directove 'H2StreamTimeout' to configure a separate value for
> HTTP/2
> streams, overriding server's 'Timeout' configuration. [rpluem]
> - HTTP/2 connections now use pollsets to monitor the status of the
> ongoing streams and their main connection when host OS allows this.
> - Removed work-arounds for older versions of libnghttp2 and checking
> during configure that at least version 1.15.0 is present.
I guess this means that we need to remove mod_http2 from our Xenial Travis
builds since it only ships with 1.7.1.
Or should we remove the one remaining Xenial build at all?
At least it has the benefit that it tells us that things break if we move
forward with dependencies :-)
Regards
RĂ¼diger