maskit commented on PR #11143:
URL: https://github.com/apache/trafficserver/pull/11143#issuecomment-1984439211

   I still don't understand the problematic case. Are you saying 
write_time_threshold is not working? As long as WRITE_READY event is issued 
appropriately, the data in the buffer should be flushed even without END_STREAM 
flag at the end. I don't get why new event is needed. In other words, the new 
XMIT event could try to send data where the connection or session is not really 
WRITE_READY.
   
   A possible bug is that WRITE_READY is not scheduled for some reason. Maybe 
reenable() is not called.


-- 
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.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to