Removed proxy-connection from InterestingHeader

This commit is contained in:
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",
"origin",
"port",
"proxy-connection",
"retry-after",
"sec-websocket-key",
"sec-websocket-version",

View File

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