We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ff7fd commit 5567c94Copy full SHA for 5567c94
webclient/http2/src/main/java/io/helidon/webclient/http2/Http2ClientConnection.java
@@ -94,7 +94,6 @@ public class Http2ClientConnection {
94
private Future<?> handleTask;
95
private final AtomicReference<State> state = new AtomicReference<>(State.OPEN);
96
97
-
98
Http2ClientConnection(Http2ClientImpl http2Client, ClientConnection connection) {
99
this.protocolConfig = http2Client.protocolConfig();
100
this.clientConfig = http2Client.clientConfig();
0 commit comments