diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-02 14:47:55 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
| commit | 58117296328e5a013e79e6004c109cd811298157 (patch) | |
| tree | 7e9a90587b6361a96c50d038902da2a811dc5bbf /plugins | |
| parent | aa3b63215ca9d027b0492cd86fae1118c7f8fdb5 (diff) | |
| download | monitoring-plugins-58117296328e5a013e79e6004c109cd811298157.tar.gz | |
check_curl: removed die in redirect with relative paths, simple cases (same protocol, same host) actually work
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_curl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 61bfd786..aa17d84d 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
| @@ -1012,8 +1012,6 @@ redir (curlhelp_write_curlbuf* header_buf) | |||
| 1012 | * the original URL, so wy try to form a new absolute URL here | 1012 | * the original URL, so wy try to form a new absolute URL here |
| 1013 | */ | 1013 | */ |
| 1014 | if (!uri.scheme.first && !uri.hostText.first) { | 1014 | if (!uri.scheme.first && !uri.hostText.first) { |
| 1015 | /* TODO: implement */ | ||
| 1016 | die (STATE_UNKNOWN, _("HTTP UNKNOWN - non-absolute location, not implemented yet!\n")); | ||
| 1017 | new_host = strdup (host_name ? host_name : server_address); | 1015 | new_host = strdup (host_name ? host_name : server_address); |
| 1018 | } else { | 1016 | } else { |
| 1019 | new_host = strdup (uri_string (uri.hostText, buf, DEFAULT_BUFFER_SIZE)); | 1017 | new_host = strdup (uri_string (uri.hostText, buf, DEFAULT_BUFFER_SIZE)); |
