RFR: 8291956: Simplify the loop condition in sun.net.httpserver.Request constructor

Daniel Fuchs dfuchs at openjdk.org
Fri Aug 5 13:05:54 UTC 2022


On Wed, 20 Jul 2022 14:02:39 GMT, thyecust <duke at openjdk.org> wrote:

> The condition at line 57 (after while) will evaluate to false
> if startLine == null, so the previous if-condition is covered.

LGTM. Could you update the Copyright year in the file and also run tier2 tests before integrating?

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

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


More information about the net-dev mailing list