DescriptionDisable HTTP/2 over NPN (with OpenSSL).
* Split SSLConfig.next_proto into two members: one for ALPN, one for NPN.
* Remove HTTP/2 from NPN.
* In OpenSSL, use alpn_protos for |ALPN|, and npn_protos for |NPN|.
* In NSS, use |alpn_protos| for both.
* In NSS, disable NPN if |npn_protos| is empty.
BUG=527066
Committed: https://crrev.com/1f295377e8de70ba03ce73d9f7929e614d23df68
Cr-Commit-Position: refs/heads/master@{#355427}
Patch Set 1 #Patch Set 2 : Nit. #Patch Set 3 : Rebase. #Patch Set 4 : Nit. #Patch Set 5 : Disable NPN in NSS if npn_protos.empty(). #
Total comments: 10
Patch Set 6 : Rebase. #Patch Set 7 : Re: #3. #
Total comments: 2
Patch Set 8 : Re: #7. #
Messages
Total messages: 15 (4 generated)
|