]> git.ipfire.org Git - thirdparty/curl.git/commit
test: add test for HTTP/2 corruption as reported in #10525
authorStefan Eissing <stefan@eissing.org>
Thu, 16 Feb 2023 13:09:16 +0000 (14:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Feb 2023 08:17:04 +0000 (09:17 +0100)
commit4437e3e34460d26f24a5af12a3e7b8da5aa84a21
treea4b6b76ca2cdf199966b99ca68de4155b16eacec
parent5479d9916e53f00a59d7b655c5ff1eece303c89e
test: add test for HTTP/2 corruption as reported in #10525

- adding test_02_20 for reproducing the situation
- using recently released mod_h2 Apache module
- skipping test if an older version is installed
- adding installation of current mod_h2 to github pytest workflow

This reproduces the error reliable (for me) on the lib/http2.c version
of curl 7.88.0. And passes with the recent curl master.

Closes #10534
.github/workflows/pytest.yml
tests/tests-httpd/test_02_download.py
tests/tests-httpd/testenv/curl.py
tests/tests-httpd/testenv/httpd.py