Removed proxy-connection from InterestingHeader

pull/28/head
Tatsuhiro Tsujikawa 2012-09-23 22:33:15 +09:00
parent 8b0bdacace
commit 8d8ba403fe
2 changed files with 0 additions and 2 deletions

View File

@ -278,7 +278,6 @@ const char* INTERESTING_HEADER_NAMES[] = {
"location", "location",
"origin", "origin",
"port", "port",
"proxy-connection",
"retry-after", "retry-after",
"sec-websocket-key", "sec-websocket-key",
"sec-websocket-version", "sec-websocket-version",

View File

@ -90,7 +90,6 @@ public:
LOCATION, LOCATION,
ORIGIN, ORIGIN,
PORT, // Used for BitTorrent LPD PORT, // Used for BitTorrent LPD
PROXY_CONNECTION,
RETRY_AFTER, RETRY_AFTER,
SEC_WEBSOCKET_KEY, SEC_WEBSOCKET_KEY,
SEC_WEBSOCKET_VERSION, SEC_WEBSOCKET_VERSION,