]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) test/modules/http2: adding tests for response trailers with
authorStefan Eissing <icing@apache.org>
Sat, 2 Jul 2022 09:11:31 +0000 (09:11 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 2 Jul 2022 09:11:31 +0000 (09:11 +0000)
commit76c7f4a33a3c36ffe114d7816318b03147ff881d
treea5bebad846e0907763f63d00df95a4277ef2f4b4
parentea52642168c2ee1d2ffdc2e4a2bef85320619471
  *) test/modules/http2: adding tests for response trailers with
     or without a body. This reproduces a bug reported in
     <https://github.com/icing/mod_h2/issues/233>
     where trailers are not sent on an empty response
     body. This is used in gRPC.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902408 13f79535-47bb-0310-9956-ffa450edef68
test/modules/http2/mod_h2test/mod_h2test.c
test/modules/http2/test_105_timeout.py
test/modules/http2/test_202_trailer.py