shinrich commented on a change in pull request #8201:
URL: https://github.com/apache/trafficserver/pull/8201#discussion_r698469515
##########
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:
Hmm, you are right the extra check on
!resp_reader->is_read_avail_more_than(0) before setting the EOS byte means
nothing will really change.
Seems like we shouldn't need that check either. Let me work with that a bit
more and close or update as necessary.
--
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]