Re: resumable uploads vs multiple 1xx responses vs Java clients

On 04.11.2024 17:07, Julian Reschke wrote:
> Hi,
>
> I just updated
>
>    https://github.com/greenbytes/java-http-1xx-tests
>
> with tests for this scenario.
>
> Of the tested Java clients that support 1xx, only one (OkHttp) currently
> fails (and I expect that to be fixed quickly).

...and it was brought to my attention that the fix for handling 1xx in
general (just to consume them properly) for java.net.http.HttpClient was
recently backported to Java 11 and 17.

Best regards, Julian

Received on Tuesday, 5 November 2024 14:49:43 UTC