On Thu, 15 May 2025 05:14:02 GMT, Patrick Strawderman <[email protected]> wrote:
> Avoid allocating a substring to parse the response code in > HttpURLConnection#getResponseCode, but instead use the Integer.parseInt > overload that accepts String indices. Marked as reviewed by dfuchs (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/25245#pullrequestreview-2854323316
