RFR: 8286171: HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100 [v2]

Jaikiran Pai jpai at openjdk.java.net
Thu Jun 9 11:36:34 UTC 2022


On Thu, 9 Jun 2022 11:27:19 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> We need to close the stream after the exchange has terminated, but the exchange will not be considered to be terminated if we have a request body and the request body has not been sent.

That answers it. Thank you.

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

PR: https://git.openjdk.java.net/jdk/pull/9093


More information about the net-dev mailing list