]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* extending h2 tests with url encodings, 3 of which currently fail.
authorStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 13:42:53 +0000 (13:42 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 13:42:53 +0000 (13:42 +0000)
commit76f900fcd889b3e33b9e8e7e537e766f946437fc
tree732eca351c87b58cb3fe3b65932e7f15f29c59b1
parentdd5f2cc3dfffafd8c26db4d7bb9571085aed050a
 * extending h2 tests with url encodings, 3 of which currently fail.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893934 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
test/modules/http2/conftest.py
test/modules/http2/h2_conf.py
test/modules/http2/h2_curl.py [new file with mode: 0644]
test/modules/http2/h2_env.py
test/modules/http2/htdocs/test2/006/006.css [new file with mode: 0755]
test/modules/http2/mod_h2test/mod_h2test.c
test/modules/http2/test_004_post.py
test/modules/http2/test_005_files.py [new file with mode: 0644]
test/modules/http2/test_005_status.py [deleted file]
test/modules/http2/test_105_timeout.py
test/modules/http2/test_202_trailer.py
test/modules/http2/test_203_encoding.py [new file with mode: 0644]
test/modules/http2/test_600_h2proxy.py
test/modules/http2/test_710_load_post_static.py
test/modules/http2/test_712_buffering.py