summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/reqs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reqs.c b/src/reqs.c
index d06a7bf..dfb39fb 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1107,7 +1107,7 @@ write_via_header (int fd, hashmap_t hashofheaders,
static int
process_client_headers (struct conn_s *connptr, hashmap_t hashofheaders)
{
- static char *skipheaders[] = {
+ static const char *skipheaders[] = {
"host",
"keep-alive",
"proxy-connection",