maskit commented on issue #7141: URL: https://github.com/apache/trafficserver/issues/7141#issuecomment-681167977
This is similar to #7115. The stream was reset. `will_generate_frame` can return `true` even if `write_vio` is not available because the stream may want to send some frames that don't require `write_vio`. However, current code tries to acquire the lock regardless of the necessity of `write_vio` at the top of `generate_frame`. ---------------------------------------------------------------- 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]
