hg: jdk10/sandbox/jdk: 2 new changesets
pavel.rappo at oracle.com
pavel.rappo at oracle.com
Wed Oct 4 17:48:57 UTC 2017
Changeset: 21983248cb99
Author: prappo
Date: 2017-10-04 18:10 +0100
URL: http://hg.openjdk.java.net/jdk10/sandbox/jdk/rev/21983248cb99
http-client-branch: [cleanup] Went through the codebase and changed manual demand (reactive streams) calculation to use Demand type. In some cases that had negative effect on debugging/assertion messages, since the raw value has become inaccessible (if one prints the demand.toString(), it won't be accurate, since it might have been changed). I still think it's a good compromise. Sometimes it was impossible to translate logic to operations on Demand without huge reworking. So I added a couple of methods to Demand. We should fix those usages later. Some javadoc tweaks. Also removed an unused publisher.
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/BufferingProcessor.java
- src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/DefaultPublisher.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpConnection.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/SocketTube.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/Demand.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/SSLTube.java
Changeset: 0e84fbf51719
Author: prappo
Date: 2017-10-04 18:44 +0100
URL: http://hg.openjdk.java.net/jdk10/sandbox/jdk/rev/0e84fbf51719
http-client-branch: merge
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/SocketTube.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/SSLTube.java
More information about the jdk10-sandbox-changes
mailing list