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/10/15 18:29:39 UTC

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

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



##########
File path: proxy/http/HttpSM.cc
##########
@@ -2717,7 +2717,7 @@ HttpSM::tunnel_handler_post_or_put(HttpTunnelProducer *p)
     tunnel.reset();
     // When the ua completed sending it's data we must have
     //  removed it from the tunnel
-    ink_release_assert(ua_entry->in_tunnel == false);
+    ua_entry->in_tunnel     = false;

Review comment:
       May no longer be necessary.  I ended up changing the main solution from the first iteration of the PR. Let me try backing out this change.




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