masaori335 opened a new pull request, #13130: URL: https://github.com/apache/trafficserver/pull/13130
Prior to the change, the activity of the Http2Stream was updated even if `send_a_data_frame` is failed by error like `NO_WINDOW` which breaks inactivity timeout. It looks like when a write is success, the activity is updated by `Http2Stream::signal_write_event`, so `Http2Stream::send_body` don't need to update it. https://github.com/apache/trafficserver/blob/83ec495a12b5e8a8795c2feb43289532b5531de7/src/proxy/http2/Http2Stream.cc#L950 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
