From 630d44e67ba7376323e23a44363590aa9b94ed02 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 27 Sep 2009 16:23:20 +0530 Subject: [BB#10] Do not filter out transfer-encoding header --- src/reqs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/reqs.c b/src/reqs.c index b8db7c3..a310b91 100644 --- a/src/reqs.c +++ b/src/reqs.c @@ -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; -- cgit v1.2.3