summaryrefslogtreecommitdiffstats
path: root/test/pyhttpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo (missing "t")Christophe Jaillet2023-12-231-1/+1
* Tests: update pytest for curl 8.1.x bugsStefan Eissing2023-08-161-0/+14
* pytest: Fine tuning for LogLevel vs -v^n.Yann Ylavic2023-07-071-3/+8
* pytests: Ignore log errors/warnings per function.Yann Ylavic2023-07-072-88/+84
* test h2: be more generous in stutter step jittering.Stefan Eissing2023-07-061-3/+1
* pyhttpd: Generate core dumps on crash and show them in the ci eventually.Yann Ylavic2023-06-281-0/+5
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-203-2/+152
* tests: synch with recent changes from mod_h2 repositoryStefan Eissing2023-06-012-16/+32
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-122-1/+21
* *) test: check for recent curl version in proxy testsStefan Eissing2023-05-021-0/+15
* make test cases for mod_tls work, do not clear gen directory on every invocationStefan Eissing2023-04-271-3/+2
* make the http2 test suite working againStefan Eissing2023-04-272-19/+29
* pytests: test_tls_04_double_get does not want stdout separator for multiple r...Yann Ylavic2023-03-201-3/+3
* Support splitting mutiple outputs when using curl withRainer Jung2023-03-103-9/+35
* Fix tests test_202_trailer.py::TestTrailers::test_h2_202_03bRainer Jung2023-03-091-1/+3
* *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing2023-02-161-1/+4
* tests modules/http1: use "Header add" to produce response headers with whites...Stefan Eissing2022-10-191-1/+2
* Sync with v2.0.10 from github:Stefan Eissing2022-10-115-11/+16
* *) tests: load the top-level mod_aptest in all test suites.Stefan Eissing2022-09-213-13/+115
* *) test: improved nghttp client output parsing.Stefan Eissing2022-07-021-4/+3
* *) mod_http: genereate HEADERS buckets for trailersStefan Eissing2022-04-042-29/+84
* *) test: check for the mpm module used and disable http2 testsStefan Eissing2022-02-251-0/+1
* *) test: assume that modules which do not appear in our list of DSO_MODULESStefan Eissing2022-02-252-8/+9
* *) test: capture and parse output from nghttp more reliably.Stefan Eissing2022-02-141-10/+13
* *) test casesStefan Eissing2022-02-011-2/+0
* *) test: Stefan Eissing2022-01-201-3/+0
* *) test: added first mod_proxy tests in test/modules/proxy thatStefan Eissing2021-12-151-3/+3
* * test: check the h2load version for test suite making useStefan Eissing2021-11-301-0/+17
* * test: allow more flexibility in the ssl modules usedStefan Eissing2021-11-302-17/+42
* * testsuite: possible now to issue client certificates and the chain file fo...Stefan Eissing2021-11-104-15/+97
* * test: just general cleanup and separationStefan Eissing2021-11-0832-5322/+94
* * test: update of python test framework after integration with mod_mdStefan Eissing2021-10-287-275/+554
* * test/modules/http2: marking 3 test cases for skip as theyStefan Eissing2021-10-131-19/+19
* * mod_http2: fixing some compiler warnings.Stefan Eissing2021-10-122-1/+2
* * test infrastruture:Stefan Eissing2021-10-1163-0/+8885