vuori commented on issue #12488: URL: https://github.com/apache/trafficserver/issues/12488#issuecomment-3272124761
The first error branch in `BgDataFetch::Initialize` on line https://github.com/apache/trafficserver/blob/6ab00e80c7e6d097bf70a3e0899c0f1d2868de03/plugins/background_fetch/background_fetch.cc#L242 seems to be missing a `return false;` statement so I'd expect that the assertion is failing because `client_ip` is uninitialized. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
