326327328329330331332333334335336
{ if (DEBUG) LOG.debug("write: {} {}", this, BufferUtil.toDetailString(buffers)); if (!updateState(__IDLE,__WRITING)) throw new WritePendingException(); try { boolean flushed=_endPoint.flush(buffers); if (DEBUG)