Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-07 | tests: fix chunked encoding test server | Sven Nierlein | 1 | -15/+14 | |
2023-01-07 | check_http/check_curl: add chunked encoding test | Sven Nierlein | 1 | -1/+17 | |
2022-01-30 | sslutils: use chain from client certificates | Tobias Wiese | 1 | -4/+6 | |
sslutils used to load only the first certificate when it was given a client certificate file. Added tests for check_http to connect to a http server that expects a client certificate (simple and with chain). Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com> | |||||
2021-05-20 | tests: increase startup sleep | Sven Nierlein | 1 | -2/+3 | |
github action might fail from to time otherwise | |||||
2021-03-11 | fix check_curl crash if http header contains leading spacesrefs/pull/1666/head | Sven Nierlein | 1 | -3/+13 | |
check_curl crashes when a (broken) http server returns invalid http header with leading spaces or double colons. This PR adds a fix and a test case for this. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2020-05-15 | merge test changes from check_http | Sven Nierlein | 1 | -10/+11 | |
the example certificate has changed since. | |||||
2018-10-22 | added some advanced tests for check_curl | Christopher Odenbach | 1 | -19/+61 | |
2018-10-22 | synched tests/check_http.t test changes (virtualhost) into tests/check_curl.t | Andreas Baumann | 1 | -2/+39 | |
2018-10-22 | fixed test outputs for status line checks | Andreas Baumann | 1 | -4/+4 | |
handling empty data in POST and PUT handling data upload (from -P <postdata>) also in PUT | |||||
2018-10-22 | made check_curl tests copies of check_http tests because they will differ ↵ | Andreas Baumann | 1 | -1/+418 | |
slightly | |||||
2018-10-22 | check_curl: make check_curl use the same tests as check_http | Sven Nierlein | 1 | -0/+1 | |