Age | Commit message (Collapse) | Author |
|
|
|
|
|
Centos 8)
|
|
|
|
|
|
|
|
|
|
|
|
to work)
|
|
CURLOPT_RESOLVE is not required, since we do not verify certificates in any way.
|
|
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.
|
|
|
|
if a port was given by -p, it should not be overruled by the port extracted from -H.
|
|
and align them with check_http
|
|
|
|
|
|
|
|
|
|
protocol, same host) actually work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove obsolete todos
- change exit code to unknown if regex exectute fails
Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
|
(since curl 7.56.1 we get an illegal argument error otherwise)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- added old style 'redir' function and options along to a new
libcurl internal 'follow' parameter 'curl'
- moved picohttpparser to it's own subdirectory
- added uriparser to be used instead of the home-grown parser in
'redir'
|
|
|
|
|
|
|
|
|
|
Host: (makes sure we get the corrent DNS entry and server)
|
|
(get_content_length)
|
|
|
|
|
|
|
|
|
|
|
|
compiled with OpenSSL
|
|
|