From d8b13d695a17270ae35b944c14a6c4d8dff5862c Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 21 Feb 2022 17:58:36 +0100 Subject: [PATCH] [http] const header_field --- src/protocol/http/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/http/http.c b/src/protocol/http/http.c index e3f06fff0..798c1e62a 100644 --- a/src/protocol/http/http.c +++ b/src/protocol/http/http.c @@ -1393,7 +1393,7 @@ get_header(struct read_buffer *rb) /* returns 1 if we need retry the connection (for negotiate-auth only) */ static int check_http_authentication(struct connection *conn, struct uri *uri, - char *header, char *header_field) + char *header, const char *header_field) { char *str, *d; int ret = 0;