mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8267750: Incomplete fix for JDK-8267683
Reviewed-by: jnimeh
This commit is contained in:
parent
ac36b7d3e2
commit
b33b8bc88d
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ public class SSLParameters {
|
|||
*
|
||||
* SSLParameters p = sslSocket.getSSLParameters();
|
||||
* p.setApplicationProtocols(new String[] {
|
||||
* "h2", "http/1.1", rfc7301Grease8F, HUK_UN_I});
|
||||
* "h2", "http/1.1", rfc7301Grease8A, HUK_UN_I});
|
||||
* sslSocket.setSSLParameters(p);
|
||||
* </pre></blockquote>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue