diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/reqs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }; |