mirror of https://github.com/aria2/aria2
Removed proxy-connection from InterestingHeader
parent
8b0bdacace
commit
8d8ba403fe
|
@ -278,7 +278,6 @@ const char* INTERESTING_HEADER_NAMES[] = {
|
|||
"location",
|
||||
"origin",
|
||||
"port",
|
||||
"proxy-connection",
|
||||
"retry-after",
|
||||
"sec-websocket-key",
|
||||
"sec-websocket-version",
|
||||
|
|
|
@ -90,7 +90,6 @@ public:
|
|||
LOCATION,
|
||||
ORIGIN,
|
||||
PORT, // Used for BitTorrent LPD
|
||||
PROXY_CONNECTION,
|
||||
RETRY_AFTER,
|
||||
SEC_WEBSOCKET_KEY,
|
||||
SEC_WEBSOCKET_VERSION,
|
||||
|
|
Loading…
Reference in New Issue