]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update CHANGES, re http2 trailers
authorStefan Eissing <icing@apache.org>
Mon, 23 Nov 2015 19:10:59 +0000 (19:10 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 23 Nov 2015 19:10:59 +0000 (19:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715922 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c456ec4bce1247597020329e795241628c04be45..76464dd10eb6bb5bdbcce2e45f69f95549d36bbf 100644 (file)
--- 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]