[BB#10] Do not filter out transfer-encoding header
This commit is contained in:
parent
4668ae9e06
commit
630d44e67b
@ -1044,7 +1044,6 @@ process_client_headers (struct conn_s *connptr, hashmap_t hashofheaders)
|
||||
"proxy-connection",
|
||||
"te",
|
||||
"trailers",
|
||||
"transfer-encoding",
|
||||
"upgrade"
|
||||
};
|
||||
int i;
|
||||
@ -1156,7 +1155,6 @@ static int process_server_headers (struct conn_s *connptr)
|
||||
"proxy-authenticate",
|
||||
"proxy-authorization",
|
||||
"proxy-connection",
|
||||
"transfer-encoding",
|
||||
};
|
||||
|
||||
char *response_line;
|
||||
|
Loading…
x
Reference in New Issue
Block a user