mirror of
https://github.com/aria2/aria2.git
synced 2024-12-29 14:14:53 +00:00
Removed proxy-connection from InterestingHeader
This commit is contained in:
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
Block a user