On Fri, 9 Sep 2022 11:21:51 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which proposes to fix > https://bugs.openjdk.org/browse/JDK-8170305? > > The commit in this PR changes the internal implementation of > `HttpURLConnection` to ignore interim informational 1xx responses from server > and continue to wait for the final response. This is a similar fix to what we > did in the new `HttpClient` API in https://github.com/openjdk/jdk/pull/10169. > > A new test has been added to use the `HttpURLConnection` to reproduce the > issue and verify the fix. > > tier1, tier2 and tier3 testing is in progress with this change. This pull request has now been integrated. Changeset: 8bd79d3e Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8bd79d3efdcab5997056675467aac70895903d33 Stats: 243 lines in 2 files changed: 242 ins; 0 del; 1 mod 8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages Reviewed-by: dfuchs, michaelm ------------- PR: https://git.openjdk.org/jdk/pull/10229