Re: RFR: 8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)

2024-10-14 Thread Jaikiran Pai
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

Integrated: 8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)

2024-10-14 Thread Daniel Fuchs
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

Re: RFR: 8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient [v5]

2024-10-14 Thread Daniel Fuchs
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

Re: RFR: 8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient [v5]

2024-10-14 Thread Michael McMahon
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