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

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

View File

@ -1223,7 +1223,7 @@ PULL_CLIENT_DATA:
static int
process_server_headers (struct conn_s *connptr)
{
static char *skipheaders[] = {
static const char *skipheaders[] = {
"keep-alive",
"proxy-authenticate",
"proxy-authorization",