Ver código fonte

Removed proxy-connection from InterestingHeader

Tatsuhiro Tsujikawa 13 anos atrás
pai
commit
8d8ba403fe
2 arquivos alterados com 0 adições e 2 exclusões
  1. 0 1
      src/HttpHeader.cc
  2. 0 1
      src/HttpHeader.h

+ 0 - 1
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",

+ 0 - 1
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,