From 6042483a0e9f5de0e2119ed473fe5e650bbec809 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 6 Jul 2005 21:44:08 +0000 Subject: Removed the proxy-* headers from the list of headers to skip. Since tinyproxy does not prompt for any proxy information from the client, it should not be eating the proxy headers. They are most likely needed by an upstream proxy. --- src/reqs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/reqs.c b/src/reqs.c index 42af000..f197275 100644 --- a/src/reqs.c +++ b/src/reqs.c @@ -1,4 +1,4 @@ -/* $Id: reqs.c,v 1.117 2004-08-24 16:35:27 rjkaes Exp $ +/* $Id: reqs.c,v 1.118 2005-07-06 21:44:08 rjkaes Exp $ * * This is where all the work in tinyproxy is actually done. Incoming * connections have a new child created for them. The child then @@ -1205,8 +1205,6 @@ process_client_headers(struct conn_s *connptr, hashmap_t hashofheaders) static char *skipheaders[] = { "host", "keep-alive", - "proxy-authenticate", - "proxy-authorization", "proxy-connection", "te", "trailers", -- cgit v1.2.3