masaori335 commented on a change in pull request #8201:
URL: https://github.com/apache/trafficserver/pull/8201#discussion_r685653124



##########
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:
       The condition of setting END_STREAM flag is `stream->is_write_vio_done() 
&& !resp_reader->is_read_avail_more_than(0)`  (line 1691).
   
   This change affects the first condition but has no effect on the second 
condition.




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


Reply via email to