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



##########
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:
       At least the release_assert needs to go away.  The redirect_post autest 
triggers it.  Once hit that, I think the safest thing is to mark ua_entry not 
in tunnel, so its contents get freed up during the HttpSM cleanup.




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