On Mon, 23 Mar 2026 11:29:24 GMT, Volkan Yazici <[email protected]> wrote:

>> Add tests verifying if request body publishers support multiple 
>> subscriptions, aka. replayable.
>
> Volkan Yazici has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   More import improvements

test/jdk/java/net/httpclient/HttpRequestBodyPublishers/OfFileChannelTest.java 
line 665:

> 663:         try {
> 664:             Files.write(filePath, fileBytes, StandardOpenOption.CREATE);
> 665:             FileChannel fileChannel = FileChannel.open(filePath);

Would this FileChannel need to be closed at some point?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30219#discussion_r2975328812

Reply via email to