summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index fb38bc5..ff39c59 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1365,7 +1365,7 @@ check_http (void)
1365#define HD4 URI_HTTP "://" URI_HOST 1365#define HD4 URI_HTTP "://" URI_HOST
1366/* relative reference redirect like //www.site.org/test https://tools.ietf.org/html/rfc3986 */ 1366/* relative reference redirect like //www.site.org/test https://tools.ietf.org/html/rfc3986 */
1367#define HD5 "//" URI_HOST "/" URI_PATH 1367#define HD5 "//" URI_HOST "/" URI_PATH
1368#define HD5 URI_PATH 1368#define HD6 URI_PATH
1369 1369
1370void 1370void
1371redir (char *pos, char *status_line) 1371redir (char *pos, char *status_line)