*) 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
This commit is contained in:
Stefan Eissing
2022-07-02 09:39:22 +00:00
parent 76c7f4a33a
commit 3f9a045f96
3 changed files with 63 additions and 31 deletions

View File

@ -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]