shinrich commented on issue #7544:
URL: https://github.com/apache/trafficserver/issues/7544#issuecomment-786273231
What exactly does write_avail mean here? No more space left in the current
mio block?
{code}
if (this->ua_session->write_avail() == 0) {
Http2StreamDebug(this->ua_session, stream->get_id(), "Not write avail");
return Http2SendDataFrameResult::NOT_WRITE_AVAIL;
}
{code}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]