Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8267750: Incomplete fix for JDK-8267683
Reviewed-by: jnimeh
  • Loading branch information
Bradford Wetmore committed May 26, 2021
1 parent ac36b7d commit b33b8bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -664,7 +664,7 @@ public String[] getApplicationProtocols() {
*
* 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>
*
Expand Down

1 comment on commit b33b8bc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.