You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/11/20 13:12:00 UTC

[GitHub] [trafficserver] bigcook12345 commented on a change in pull request #7237: Fix bad HTTP/2 post client causing stuck HttpSM

bigcook12345 commented on a change in pull request #7237:
URL: https://github.com/apache/trafficserver/pull/7237#discussion_r527680934



##########
File path: proxy/http/HttpTunnel.cc
##########
@@ -1332,6 +1332,9 @@ HttpTunnel::consumer_handler(int event, HttpTunnelConsumer *c)
     if (c->producer && c->producer->handler_state == 0) {
       if (event == VC_EVENT_WRITE_COMPLETE) {
         c->producer->handler_state = HTTP_SM_POST_SUCCESS;
+        // If the consumer completed, presumably the producer successfully read and is done
+        c->producer->read_success = true;

Review comment:
       So you found and fixed an issue i came across...
   
   You merged it, and flagged my work? May i ask why per say..? I've only ever contributed to branches. Never flagged and had deleted..?




----------------------------------------------------------------
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:
users@infra.apache.org