| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: sync mod_http2 tests with mod_h2 and 2.4.x version checks | Stefan Eissing | 2023-06-30 | 6 | -18/+29 |
* | pyhttpd: Generate core dumps on crash and show them in the ci eventually. | Yann Ylavic | 2023-06-28 | 2 | -1/+7 |
* | test_800_websockets: AH10467 is an expected error for the _fail_proto test. | Yann Ylavic | 2023-06-28 | 1 | -7/+8 |
* | *) mod_http2: new directive `H2ProxyRequests on|off` to enable handling | Stefan Eissing | 2023-06-28 | 1 | -0/+79 |
* | tests: add the websockets python module version checks needed for our CI infra | Stefan Eissing | 2023-06-28 | 1 | -0/+7 |
* | HTTP/2 WebSockets: adding throughput tests and test client improvements | Stefan Eissing | 2023-06-28 | 3 | -10/+51 |
* | *) mod_http2: adding checks for websocket support on platform and | Stefan Eissing | 2023-06-21 | 1 | -15/+19 |
* | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 2023-06-20 | 9 | -2/+1677 |
* | CI: re-add TEST_H2 apr cache ignore, still needed. :( | Stefan Eissing | 2023-06-01 | 1 | -0/+5 |
* | CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05 | Stefan Eissing | 2023-06-01 | 2 | -4/+2 |
* | CI: force reset of cached apr for TEST_H2, it seems to be broken | Stefan Eissing | 2023-06-01 | 1 | -0/+4 |
* | *) core: add `final_resp_passed` flag to request_rec to allow | Stefan Eissing | 2023-06-01 | 3 | -11/+1 |
* | tests: synch with recent changes from mod_h2 repository | Stefan Eissing | 2023-06-01 | 8 | -50/+233 |
* | *) mod_proxy_http2: fix retry handling to not leak temporary errors. | Stefan Eissing | 2023-05-22 | 2 | -27/+26 |
* | tests: parameterize some h2 tests to make fail cases better visible | Stefan Eissing | 2023-05-22 | 2 | -34/+37 |
* | *) mod_http2: avoid double chunked-encoding on internal redirects. | Stefan Eissing | 2023-05-19 | 2 | -1/+22 |
* | *) mod_http2: v2.0.15 with the following fixes and improvements | Stefan Eissing | 2023-05-12 | 13 | -47/+339 |
* | tests, adding ignore for warnings that child did not exist in time | Stefan Eissing | 2023-05-02 | 1 | -0/+1 |
* | tests, make test_h2_106_02 more robust | Stefan Eissing | 2023-05-02 | 1 | -4/+10 |
* | test_h2_700_11, limit parallel connections, better error output | Stefan Eissing | 2023-05-02 | 1 | -9/+9 |
* | test_h2_200_16, check that we have at least nghttp2 v1.45.0 | Stefan Eissing | 2023-05-02 | 1 | -4/+4 |
* | tests, re-enable http/2 tests in github workflow, install latest rustls-ffi v... | Stefan Eissing | 2023-05-02 | 2 | -6/+6 |
* | *) test: check for recent curl version in proxy tests | Stefan Eissing | 2023-05-02 | 3 | -0/+19 |
* | make test cases for mod_tls work, do not clear gen directory on every invocation | Stefan Eissing | 2023-04-27 | 2 | -6/+6 |
* | make the h1 test suite work again | Stefan Eissing | 2023-04-27 | 2 | -35/+60 |
* | make the http2 test suite working again | Stefan Eissing | 2023-04-27 | 13 | -185/+113 |
* | Update ci docs for move to GHA. [skip ci] | Joe Orton | 2023-04-21 | 1 | -14/+19 |
* | Trigger ci. | Yann Ylavic | 2023-04-01 | 1 | -1/+1 |
* | pytests: test_tls_04_double_get does not want stdout separator for multiple r... | Yann Ylavic | 2023-03-20 | 3 | -6/+6 |
* | pytests: test_tls_05_proto_1_3: Don't rely on TlsTestEnv.curl_supports_tls_1_... | Yann Ylavic | 2023-03-20 | 1 | -4/+1 |
* | pytests: Use python3-multipart lib. | Yann Ylavic | 2023-03-20 | 9 | -54/+126 |
* | rerun failing tests with -v | Eric Covener | 2023-03-19 | 1 | -4/+34 |
* | Stop dumping error_log on failure, since is is now captured | Joe Orton | 2023-03-13 | 1 | -4/+0 |
* | iFix proxy backend connection reuse tests. | Rainer Jung | 2023-03-10 | 1 | -18/+21 |
* | Support splitting mutiple outputs when using curl with | Rainer Jung | 2023-03-10 | 3 | -9/+35 |
* | Make test more robust, log might have a short delay. | Rainer Jung | 2023-03-09 | 1 | -0/+3 |
* | Fix tests test_202_trailer.py::TestTrailers::test_h2_202_03b | Rainer Jung | 2023-03-09 | 1 | -1/+3 |
* | Test case updates related to macOS ventura changes: | Stefan Eissing | 2023-03-04 | 30 | -186/+318 |
* | *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum | Stefan Eissing | 2023-02-16 | 2 | -1/+55 |
* | Further migration of tests to GHA, though HTTP/2, ACME and | Joe Orton | 2023-02-07 | 3 | -15/+23 |
* | Add todo list for GHA migration. [skip ci] | Joe Orton | 2023-02-03 | 1 | -6/+16 |
* | Travis RIP, WIP. [skip ci] | Joe Orton | 2023-02-03 | 1 | -0/+0 |
* | Migrate more tests to Github Actions. | Joe Orton | 2023-02-03 | 1 | -0/+1 |
* | Prep for GitHub actions: move CPAN handling into test scripts, | Joe Orton | 2023-01-09 | 2 | -2/+20 |
* | *) mod_http2: field values (headers and trailers) are stripped of | Stefan Eissing | 2022-10-22 | 1 | -17/+27 |
* | *) test modules/http1, add testing field value with just whitespace. | Stefan Eissing | 2022-10-22 | 1 | -0/+1 |
* | *) test modules/http1: adding new invalid header values and testing also vi... | Stefan Eissing | 2022-10-21 | 2 | -9/+35 |
* | tests modules/http1: use "Header add" to produce response headers with whites... | Stefan Eissing | 2022-10-19 | 2 | -1/+30 |
* | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 16 | -24/+398 |
* | *) mod_http2: new directive "H2HeaderStrictness" to control the compliance | Stefan Eissing | 2022-09-26 | 1 | -3/+3 |