monitoring-plugins/plugins/check_curl.d
Lorenz Kästle 669edf2afc check_curl: accept non standard compliant status line
If the status line from a server ended with '\n' instead
of '\r\n' (defined by RFC 9112), check_curl failed to parse it
and exited with an alarm.
The RFC recommends to be lenient here and this change follows that
suggestion.
2025-10-30 21:34:50 +01:00
..
check_curl_helpers.c check_curl: accept non standard compliant status line 2025-10-30 21:34:50 +01:00
check_curl_helpers.h check_curl: implement new output mechanism 2025-09-12 16:37:24 +02:00
config.h Add output formatting option 2025-09-15 02:30:42 +02:00