src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java
branchhttp-client-branch
changeset 56812 a6180efe1d58
parent 56803 858f7e57b3a3
child 56817 167f07a3512d
equal deleted inserted replaced
56811:7c86bd1e9a43 56812:a6180efe1d58
   446                             }
   446                             }
   447                         }
   447                         }
   448                     } catch (IOException ex) {
   448                     } catch (IOException ex) {
   449                         errorCommon(ex);
   449                         errorCommon(ex);
   450                         handleError(ex);
   450                         handleError(ex);
       
   451                         return;
   451                     }
   452                     }
   452                     if (handshaking && !complete)
   453                     if (handshaking && !complete)
   453                         return;
   454                         return;
   454                 }
   455                 }
   455                 if (!complete) {
   456                 if (!complete) {