branch | http-client-branch |
changeset 56474 | fe2bf7b369b8 |
parent 56451 | 9585061fdb04 |
child 56507 | 2294c51eae30 |
--- a/src/java.net.http/share/classes/jdk/internal/net/http/common/FlowTube.java Thu Apr 19 16:47:52 2018 +0100 +++ b/src/java.net.http/share/classes/jdk/internal/net/http/common/FlowTube.java Mon Apr 23 15:45:40 2018 +0100 @@ -63,6 +63,8 @@ */ default void dropSubscription() { } + default boolean supportsRecycling() { return false; } + } /**