cmcfarlen opened a new pull request, #13025:
URL: https://github.com/apache/trafficserver/pull/13025

   PR #12855 reintroduced a bug that would cause remap rules with 
header_rewrite plugins configured with mmdb files to never load the mmdb file.  
This is because the call_once utilitized to initialize the file is a global to 
the plugin, so applies to every remap instance.  This means the first remap 
instance to load the mmdb will also set it for every other remap instance.  If 
you call `call_once` without a path, then any remap instances that call mmdb 
after will silently fail to load.
   
   See $11812 and #12126


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

Reply via email to