Something went wrong on our end
Fix reading configuration for multiple custom domains
Compare changes
Files
3- 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.