summaryrefslogtreecommitdiff
path: root/src
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 55de1f5..d06a7bf 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -979,7 +979,7 @@ get_all_headers (int fd, hashmap_t hashofheaders)
static int
remove_connection_headers (hashmap_t hashofheaders)
{
- static char *headers[] = {
+ static const char *headers[] = {
"connection",
"proxy-connection"
};