src/java.net.http/share/classes/jdk/internal/net/http/PlainHttpConnection.java
branchhttp-client-branch
changeset 56101 983e338eeb50
parent 56092 fd85b2bf2b0d
child 56165 8a6065d830b9
equal deleted inserted replaced
56100:4a0ad0602b99 56101:983e338eeb50
   185         }
   185         }
   186         closed = true;
   186         closed = true;
   187         try {
   187         try {
   188             Log.logTrace("Closing: " + toString());
   188             Log.logTrace("Closing: " + toString());
   189             chan.close();
   189             chan.close();
   190         } catch (IOException e) {}
   190         } catch (IOException e) {
       
   191             Log.logTrace("Closing resulted in " + e);
       
   192         }
   191     }
   193     }
   192 
   194 
   193     @Override
   195     @Override
   194     void shutdownInput() throws IOException {
   196     void shutdownInput() throws IOException {
   195         debug.log(Level.DEBUG, "Shutting down input");
   197         debug.log(Level.DEBUG, "Shutting down input");