7273747576777879808182
// @Override public void flush() { try { unit.sleep(2 * timeout); // super.flush(); } catch (InterruptedException x) { throw new SPDYException(x);
117118119120121122123124125126127
{ try { // Wait if we're writing the data frame (control frame's first byte is 0x80) if (buffer.get(0) == 0) unit.sleep(2 * timeout); // super.write(buffer, callback); } catch (InterruptedException x) { throw new SPDYException(x);