]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* merging test/modules from trunk
authorStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 09:53:01 +0000 (09:53 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 09:53:01 +0000 (09:53 +0000)
commit1430e0a292679a86e5a100ebf7cfd0a21dc43dfb
tree56edc5186a9c7502d23b8129e9d410856d2dd05c
parent2af19b768a3737e0e59ef2bcbfc43b2278da1e4a
 * merging test/modules from trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893546 13f79535-47bb-0310-9956-ffa450edef68
92 files changed:
test/modules/http2/.gitignore [new file with mode: 0644]
test/modules/http2/Makefile.in [new file with mode: 0644]
test/modules/http2/conf/httpd.conf.template [new file with mode: 0644]
test/modules/http2/conf/mime.types [new file with mode: 0644]
test/modules/http2/conf/test.conf [new file with mode: 0644]
test/modules/http2/config.ini.in [new file with mode: 0644]
test/modules/http2/conftest.py [new file with mode: 0644]
test/modules/http2/data/nghttp-output-100k-1.txt [new file with mode: 0644]
test/modules/http2/data/nghttp-output-10k-1.txt [new file with mode: 0644]
test/modules/http2/data/nghttp-output-1k-1.txt [new file with mode: 0644]
test/modules/http2/h2_certs.py [new file with mode: 0644]
test/modules/http2/h2_conf.py [new file with mode: 0644]
test/modules/http2/h2_env.py [new file with mode: 0644]
test/modules/http2/h2_nghttp.py [new file with mode: 0644]
test/modules/http2/h2_result.py [new file with mode: 0644]
test/modules/http2/htdocs/alive.json [new file with mode: 0644]
test/modules/http2/htdocs/cgi/echo.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/echohd.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/env.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/files/empty.txt [new file with mode: 0644]
test/modules/http2/htdocs/cgi/hecho.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/hello.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/mnot164.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/necho.py [new file with mode: 0644]
test/modules/http2/htdocs/cgi/upload.py [new file with mode: 0644]
test/modules/http2/htdocs/forbidden.html [new file with mode: 0644]
test/modules/http2/htdocs/index.html [new file with mode: 0644]
test/modules/http2/htdocs/noh2/alive.json [new file with mode: 0644]
test/modules/http2/htdocs/noh2/index.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/001.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/002.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/003.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/003/003_img.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/004.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/004/gophertiles.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/006.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/006/006.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/006/006.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/006/header.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/007.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/007/007.py [new file with mode: 0644]
test/modules/http2/htdocs/test1/009.py [new file with mode: 0644]
test/modules/http2/htdocs/test1/alive.json [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/ant.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/asf_logo.png [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/async-ads.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/async-ads.js.br [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/cse.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/css.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/default.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/defaulten.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/defaulten.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/jquery-2.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/jsapi.js [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/min.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/min.css.br [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/mrunit.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/search_box_icon.png [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/small-logo.png [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/styles.css [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org-files/synapse.jpg [new file with mode: 0644]
test/modules/http2/htdocs/test1/apache.org.html [new file with mode: 0644]
test/modules/http2/htdocs/test1/index.html [new file with mode: 0644]
test/modules/http2/htdocs/test2/alive.json [new file with mode: 0644]
test/modules/http2/mod_h2test/mod_h2test.c [new file with mode: 0644]
test/modules/http2/mod_h2test/mod_h2test.h [new file with mode: 0644]
test/modules/http2/test_000_infra.py [new file with mode: 0644]
test/modules/http2/test_001_httpd_alive.py [new file with mode: 0644]
test/modules/http2/test_002_curl_basics.py [new file with mode: 0644]
test/modules/http2/test_003_get.py [new file with mode: 0644]
test/modules/http2/test_004_post.py [new file with mode: 0644]
test/modules/http2/test_005_status.py [new file with mode: 0644]
test/modules/http2/test_006_assets.py [new file with mode: 0644]
test/modules/http2/test_100_conn_reuse.py [new file with mode: 0644]
test/modules/http2/test_101_ssl_reneg.py [new file with mode: 0644]
test/modules/http2/test_102_require.py [new file with mode: 0644]
test/modules/http2/test_103_upgrade.py [new file with mode: 0644]
test/modules/http2/test_104_padding.py [new file with mode: 0644]
test/modules/http2/test_105_timeout.py [new file with mode: 0644]
test/modules/http2/test_106_shutdown.py [new file with mode: 0644]
test/modules/http2/test_200_header_invalid.py [new file with mode: 0644]
test/modules/http2/test_201_header_conditional.py [new file with mode: 0644]
test/modules/http2/test_202_trailer.py [new file with mode: 0644]
test/modules/http2/test_300_interim.py [new file with mode: 0644]
test/modules/http2/test_400_push.py [new file with mode: 0644]
test/modules/http2/test_401_early_hints.py [new file with mode: 0644]
test/modules/http2/test_500_proxy.py [new file with mode: 0644]
test/modules/http2/test_600_h2proxy.py [new file with mode: 0644]
test/modules/http2/test_700_load_get.py [new file with mode: 0644]
test/modules/http2/test_710_load_post_static.py [new file with mode: 0644]
test/modules/http2/test_711_load_post_cgi.py [new file with mode: 0644]
test/modules/http2/test_712_buffering.py [new file with mode: 0644]