Fix compiler warnings: make const strings const in process_client_headers().

Michael
This commit is contained in:
Michael Adam 2009-08-12 23:49:16 +02:00
parent c59d012d11
commit 0d585dca8d

View File

@ -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",