]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http: genereate HEADERS buckets for trailers
authorStefan Eissing <icing@apache.org>
Mon, 4 Apr 2022 11:08:58 +0000 (11:08 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 4 Apr 2022 11:08:58 +0000 (11:08 +0000)
commitdc18031936ae3c7b98ea1305ce24dc537aecb596
tree9efeeface0c982ac9b59f98424c16a7385381713
parentcc232ba4549b1c47b5e4c944e6040e11563bafad
  *) mod_http: genereate HEADERS buckets for trailers
     mod_proxy: forward trailers on chunked request encoding
     test: add http/1.x test cases in pytest

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899552 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
modules/http/http_filters.c
modules/proxy/mod_proxy_http.c
test/modules/http1/__init__.py [new file with mode: 0644]
test/modules/http1/conftest.py [new file with mode: 0644]
test/modules/http1/env.py [new file with mode: 0644]
test/modules/http1/htdocs/cgi/files/empty.txt [new file with mode: 0644]
test/modules/http1/htdocs/cgi/hello.py [new file with mode: 0755]
test/modules/http1/htdocs/cgi/upload.py [new file with mode: 0755]
test/modules/http1/mod_h1test/mod_h1test.c [new file with mode: 0644]
test/modules/http1/mod_h1test/mod_h1test.slo [new file with mode: 0644]
test/modules/http1/test_001_alive.py [new file with mode: 0644]
test/modules/http1/test_003_get.py [new file with mode: 0644]
test/modules/http1/test_004_post.py [new file with mode: 0644]
test/modules/http1/test_005_trailers.py [new file with mode: 0644]
test/modules/http1/test_006_unsafe.py [new file with mode: 0644]
test/modules/http1/test_007_strict.py [new file with mode: 0644]
test/modules/http2/env.py
test/pyhttpd/conf.py
test/pyhttpd/env.py