summaryrefslogtreecommitdiff
path: root/src/reqs.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-22 19:34:50 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-22 19:34:50 +0000
commit1953348c90d5b361dbad6c50d392fa14815419ea (patch)
tree9253aef54c785e2ac26e29c7505f660f9ef91326 /src/reqs.c
parent2ec7a4dd7277ab94ef7821cdc94a437efeee3b39 (diff)
downloadtinyproxy-1953348c90d5b361dbad6c50d392fa14815419ea.tar.gz
tinyproxy-1953348c90d5b361dbad6c50d392fa14815419ea.zip
Added the "Proxy-Connection" header to the list of client headers which
are not passed along.
Diffstat (limited to '')
-rw-r--r--src/reqs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reqs.c b/src/reqs.c
index 1662b0e..e857e9c 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1,4 +1,4 @@
-/* $Id: reqs.c,v 1.63 2002-04-18 21:43:53 rjkaes Exp $
+/* $Id: reqs.c,v 1.64 2002-04-22 19:34:50 rjkaes Exp $
*
* This is where all the work in tinyproxy is actually done. Incoming
* connections have a new thread created for them. The thread then
@@ -687,6 +687,7 @@ process_client_headers(struct conn_s *connptr)
"keep-alive",
"proxy-authenticate",
"proxy-authorization",
+ "proxy-connection",
"te",
"trailers",
"transfer-encoding",