On Thu, 12 Jan 2023 15:31:30 GMT, Matthew Donovan <d...@openjdk.org> wrote:
>> Jamil Nimeh has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Throw exception directly from non 200 HTTP response codes >> - Moved SimpleOCSPServer to use CountdownLatch for ready state, updated >> tests > > test/jdk/sun/security/provider/certpath/OCSP/OCSPNoContentLength.java line > 154: > >> 152: // if (!rootOcsp.isServerReady()) { >> 153: // throw new RuntimeException("Server not ready yet"); >> 154: // } > > Lines 149-154 can be deleted I thought I caught all the dead comments, but I guess I missed this one. Good catch, will fix. ------------- PR: https://git.openjdk.org/jdk/pull/11917