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:
[email protected]


Reply via email to