Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | update test parameter according to check_http | Sven Nierlein | 1 | -26/+9 | |
2018-10-25 | check_curl: rewrite connect_to / host headers | Sven Nierlein | 1 | -1/+13 | |
since CURLOPT_CONNECT_TO is only available in later curl versions, we do it the other way round now and set the url from the address we want to connect to and then set the host header accordingly. | |||||
2018-10-22 | made check_curl tests copies of check_http tests because they will differ ↵ | Andreas Baumann | 1 | -1/+204 | |
slightly | |||||
2018-10-22 | check_curl: make check_curl use the same tests as check_http | Sven Nierlein | 1 | -200/+1 | |
2018-10-22 | add check_curl test | Sven Nierlein | 1 | -0/+200 | |
just a copy of check_http for now... Signed-off-by: Sven Nierlein <sven@nierlein.de> |