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",
|
"location",
|
||||||
"origin",
|
"origin",
|
||||||
"port",
|
"port",
|
||||||
"proxy-connection",
|
|
||||||
"retry-after",
|
"retry-after",
|
||||||
"sec-websocket-key",
|
"sec-websocket-key",
|
||||||
"sec-websocket-version",
|
"sec-websocket-version",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue