Fix compiler warnings: make const strings const in process_server_headers().
Michael
This commit is contained in:
parent
0d585dca8d
commit
4092c70b06
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user