summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-07-02 09:39:22 +0000
committerStefan Eissing <icing@apache.org>2022-07-02 09:39:22 +0000
commit3f9a045f96202a60d073e2a5d3283de4405c320b (patch)
treeb9b0fbd3295b8626f0bba8ad47acaa4498742034 /changes-entries
parent76c7f4a33a3c36ffe114d7816318b03147ff881d (diff)
downloadhttpd-3f9a045f96202a60d073e2a5d3283de4405c320b.tar.gz
*) mod_http2: fixed trailer handling. Empty response bodies
prevented trailers from being sent to a client. See <https://github.com/icing/mod_h2/issues/233> for how this affected gRPC use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/h2_trailers.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/h2_trailers.txt b/changes-entries/h2_trailers.txt
new file mode 100644
index 0000000000..eb5453371a
--- /dev/null
+++ b/changes-entries/h2_trailers.txt
@@ -0,0 +1,5 @@
+ *) mod_http2: fixed trailer handling. Empty response bodies
+ prevented trailers from being sent to a client. See
+ <https://github.com/icing/mod_h2/issues/233> for how
+ this affected gRPC use.
+ [Stefan Eissing] \ No newline at end of file