shinrich opened a new pull request #6732: URL: https://github.com/apache/trafficserver/pull/6732
The fix in PR #6469 was causing other problems with use-after-free issues being detected by ASAN. Upon reflection, I think this approach is better to fix the original stale client_vc pointer issue. Rather than setting do_io_writes with null continuations that could cause the underlying netvc to close itself without signaling to the Session or HttpSM, we should always set the do_io_write continuation to the next live object that should get the network level signal. We have run this patch on a couple machines this week without issue. Our next step is to roll this out to all of our ATS9 machines next week. ---------------------------------------------------------------- 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]
