src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/AsyncSSLTunnelConnection.java
branchhttp-client-branch
changeset 55892 9f345a976249
parent 55799 c71f52f48d97
child 55973 4d9b002587db
equal deleted inserted replaced
55891:050803da27e5 55892:9f345a976249
   116     boolean isProxied() {
   116     boolean isProxied() {
   117         return true;
   117         return true;
   118     }
   118     }
   119 
   119 
   120     @Override
   120     @Override
   121     public void closeExceptionally(Throwable cause) {
       
   122         debug.log(Level.DEBUG, "Closing connection: ", cause);
       
   123         plainConnection.close();
       
   124     }
       
   125 
       
   126     @Override
       
   127     SSLTube getConnectionFlow() {
   121     SSLTube getConnectionFlow() {
   128        return flow;
   122        return flow;
   129    }
   123    }
   130 }
   124 }