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


Reply via email to