On Fri, 10 Jun 2022 17:12:30 GMT, Kevin Driver <d...@openjdk.java.net> wrote:

> This PR resolves: https://bugs.openjdk.org/browse/JDK-8267860

LGTM.

test/jdk/sun/security/ssl/ALPN/AlpnGreaseTest.java line 86:

> 84: 
> 85:     private static void findGreaseInClientHello(byte[] bytes) throws 
> Exception {
> 86:         for (int i = 0; i < bytes.length - greaseBytes.length + 1; i++) {

LGTM.

-------------

Marked as reviewed by wetmore (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9131

Reply via email to