183184185186187188189190191192193
{ negotiationComplete.await(timeout, TimeUnit.MILLISECONDS); if (header != null) { _conn.close(); throw new ProtocolVersionException(header.getMajor(), header.getMinor()); } } catch (InterruptedException e) { throw new RuntimeException(e);