An error occurred while fetching this tab.
Fix reading configuration for multiple custom domains
- Apr 24, 2017
-
-
Nick Thomas authored
Without this patch, the different domains end up with pointers to the same domainsConfig struct, as go re-uses the same region of memory on each iteration of a for loop.
-