summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r--plugins/check_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 99833f6..3e0a6f9 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -1995,7 +1995,7 @@ curlhelp_parse_statusline (const char *buf, curlhelp_statusline *status_line)
1995 char *first_line_buf; 1995 char *first_line_buf;
1996 1996
1997 /* find last start of a new header */ 1997 /* find last start of a new header */
1998 start = strrstr2 (buf, "\r\nHTTP"); 1998 start = strrstr2 (buf, "\r\nHTTP/");
1999 if (start != NULL) { 1999 if (start != NULL) {
2000 start += 2; 2000 start += 2;
2001 buf = start; 2001 buf = start;