shinrich commented on a change in pull request #8201:
URL: https://github.com/apache/trafficserver/pull/8201#discussion_r691596558
##########
File path: proxy/http2/Http2ConnectionState.cc
##########
@@ -1677,6 +1677,8 @@ Http2ConnectionState::send_a_data_frame(Http2Stream
*stream, size_t &payload_len
payload_length = 0;
}
+ stream->update_sent_count(payload_length);
Review comment:
Correct. Assuming there is no more data to read, then promoting the
update_sent_count() will cause both cases on the test on line 1691 to be true.
--
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]