> Ensure `HttpClient::available` returns `false` if the connection is not > established or the associated socket is found to contain stale data to be > read. Note that this verification is only performed for "streaming POST" > requests. > > --------- > - [X] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Volkan Yazici has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision: Return `false` from `HttpClient::available` if stale data is found ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30859/files - new: https://git.openjdk.org/jdk/pull/30859/files/32b60d7e..a483f9d1 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30859&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30859&range=01-02 Stats: 771 lines in 2 files changed: 234 ins; 537 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30859.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30859/head:pull/30859 PR: https://git.openjdk.org/jdk/pull/30859
