From 8d8ba403fe9bd9ed5bef02e1d70dc555c5fef3c3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 23 Sep 2012 22:33:15 +0900 Subject: [PATCH] Removed proxy-connection from InterestingHeader --- src/HttpHeader.cc | 1 - src/HttpHeader.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index b934f1bd..d72ca965 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -278,7 +278,6 @@ const char* INTERESTING_HEADER_NAMES[] = { "location", "origin", "port", - "proxy-connection", "retry-after", "sec-websocket-key", "sec-websocket-version", diff --git a/src/HttpHeader.h b/src/HttpHeader.h index 353065c3..25f385a0 100644 --- a/src/HttpHeader.h +++ b/src/HttpHeader.h @@ -90,7 +90,6 @@ public: LOCATION, ORIGIN, PORT, // Used for BitTorrent LPD - PROXY_CONNECTION, RETRY_AFTER, SEC_WEBSOCKET_KEY, SEC_WEBSOCKET_VERSION,