From: Stefan Eissing Date: Mon, 23 Nov 2015 19:10:59 +0000 (+0000) Subject: update CHANGES, re http2 trailers X-Git-Tag: 2.5.0-alpha~2595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b92f79f65a8571cc04e61a300fc1a322166da7;p=thirdparty%2Fapache%2Fhttpd.git update CHANGES, re http2 trailers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715922 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c456ec4bce1..76464dd10eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_http2: trailers are sent after reponse body if set in request_rec + trailers_out before the end-of-request bucket is sent through the + output filters. [Stefan Eissing] + *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure to only staple responses with certificate status "good". [Kaspar Brand]