RFR: 8306040: HttpResponseInputStream.available() returns 1 on empty stream [v3]
Daniel Fuchs
dfuchs at openjdk.org
Wed Aug 23 15:58:24 UTC 2023
On Wed, 23 Aug 2023 09:15:18 GMT, Vyom Tewari <vtewari at openjdk.org> wrote:
>> Please review the code change for [JDK-8306040](https://bugs.openjdk.org/browse/JDK-8306040). In the overridden "available" method of "HttpResponseInputStream" we are returning 1 after exploring all the code path.
>
> Vyom Tewari has updated the pull request incrementally with one additional commit since the last revision:
>
> added the comment before assert in test
Marked as reviewed by dfuchs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14810#pullrequestreview-1591927069
More information about the net-dev
mailing list