On Thu, 12 Mar 2026 14:36:45 GMT, Volkan Yazici <[email protected]> wrote:

> Add tests verifying if request body publishers support multiple 
> subscriptions, aka. replayable.

`ofByteArrays(Iterable<byte[]>)` is intentionally left out since an 
`Iterable<byte[]>` is not replayable. We can consider introducing 
`ofByteArrays(Supplier<Iterable<byte[]>>)`, but that should be evaluated 
separately.

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

PR Comment: https://git.openjdk.org/jdk/pull/30219#issuecomment-4047309877

Reply via email to