Skip to content

Fix reading configuration for multiple custom domains

Nick Thomas requested to merge (removed):fix-multiple-config into master

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.

Rework of !26 (closed) with added tests.

Merge request reports