git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Fri Aug 7 14:25:36 UTC 2020
Changeset: 45c89daf
Author: Daniel Fuchs <dfuchs at openjdk.org>
Date: 2020-08-07 15:09:19 +0000
URL: https://git.openjdk.java.net/mobile/commit/45c89daf
8249786: java/net/httpclient/websocket/PendingPingTextClose.java fails very infrequently
TransportImpl is modified to make sure the CLOSED state is recorded before the channel is closed. The tests are modified to enable their retry mechanism on windows, similar to what was done previously for macOS.
Reviewed-by: prappo, chegar
! src/java.net.http/share/classes/jdk/internal/net/http/websocket/TransportImpl.java
! test/jdk/java/net/httpclient/websocket/PendingBinaryPingClose.java
! test/jdk/java/net/httpclient/websocket/PendingBinaryPongClose.java
! test/jdk/java/net/httpclient/websocket/PendingOperations.java
! test/jdk/java/net/httpclient/websocket/PendingPingBinaryClose.java
! test/jdk/java/net/httpclient/websocket/PendingPingTextClose.java
! test/jdk/java/net/httpclient/websocket/PendingPongBinaryClose.java
! test/jdk/java/net/httpclient/websocket/PendingPongTextClose.java
! test/jdk/java/net/httpclient/websocket/PendingTextPingClose.java
! test/jdk/java/net/httpclient/websocket/PendingTextPongClose.java
! test/jdk/java/net/httpclient/websocket/Support.java
Changeset: 7fa41379
Author: duke <duke at openjdk.org>
Date: 2020-08-07 14:14:53 +0000
URL: https://git.openjdk.java.net/mobile/commit/7fa41379
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list