On Mon, 7 Oct 2024 13:13:44 GMT, Daniel Fuchs wrote:
> UdpSocket has been observed failing again in the CI.
> [JDK-8265362](https://bugs.openjdk.org/browse/JDK-8265362) added a retry-once
> policy.
> This fix proposes to retry once more, and adds a bit of delay between retries.
This looks reas
On Mon, 7 Oct 2024 13:13:44 GMT, Daniel Fuchs wrote:
> UdpSocket has been observed failing again in the CI.
> [JDK-8265362](https://bugs.openjdk.org/browse/JDK-8265362) added a retry-once
> policy.
> This fix proposes to retry once more, and adds a bit of delay between retries.
This pull reque
On Sun, 13 Oct 2024 06:59:10 GMT, Alan Bateman wrote:
>> Michael McMahon has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Update src/java.net.http/share/classes/jdk/internal/net/http/Stream.java
>>
>>Co-authored-by: Daniel Jel
On Mon, 14 Oct 2024 12:27:39 GMT, Daniel Fuchs wrote:
>> src/java.net.http/share/classes/java/net/http/HttpClient.java line 418:
>>
>>> 416: * the {@link Authenticator} will not be invoked for the
>>> corresponding
>>> 417: * authentication.
>>> 418: *
>>
>> Reading