You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/02/25 22:32:57 UTC

[GitHub] [trafficserver] shinrich edited a comment on issue #7544: Chunked Large File Stalls on h2

shinrich edited a comment 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?
   
   ```
     if (this->ua_session->write_avail() == 0) {
       Http2StreamDebug(this->ua_session, stream->get_id(), "Not write avail");
       return Http2SendDataFrameResult::NOT_WRITE_AVAIL;
     }
   ```


----------------------------------------------------------------
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:
users@infra.apache.org