summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reqs.c2
1 files changed, 0 insertions, 2 deletions
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;