mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1022076 - http/2 explicit gzip for post h2-12 r=hurley
bug 1022076 - http/2 explicit gzip for post h2-12 r=hurley --HG-- extra : rebase_source : 8603c97c9ed664520e748ebba405e6a1bce6b3e8
This commit is contained in:
parent
5eb912a5c5
commit
7a06049ac4
@ -1003,8 +1003,7 @@ Http2Compressor::EncodeHeaderBlock(const nsCString &nvInput,
|
||||
name.EqualsLiteral("proxy-connection") ||
|
||||
name.EqualsLiteral("te") ||
|
||||
name.EqualsLiteral("transfer-encoding") ||
|
||||
name.EqualsLiteral("upgrade") ||
|
||||
name.EqualsLiteral("accept-encoding")) {
|
||||
name.EqualsLiteral("upgrade")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user