Files
coredns/plugin
Miek Gieben 3a0c7c6153 plugin/file: load secondary zones lazily on startup (#2944)
This fixes a long standing bug:
fixes: #1609

Load secondary zones in a go-routine; this required another mutex to
protect some fields; I think those were needded anyway because a
transfer can also happen when we're running; we just didn't have a test
for that situation.

The test had to be changed to wait for the transfer to happen at this is
async now.

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-30 05:22:34 +08:00
..
2019-04-28 11:46:45 +01:00
2019-05-23 21:02:30 +01:00
2019-02-17 08:31:58 +00:00
2019-04-29 13:51:45 -04:00
2019-04-24 07:01:44 +01:00
2019-02-21 07:23:34 +00:00
2018-07-19 16:23:06 +01:00
2019-04-29 13:51:45 -04:00
2019-06-26 07:38:46 +01:00
2018-08-14 08:55:55 -07:00
2019-06-01 08:40:12 +01:00
2019-06-28 11:03:34 +00:00
2019-06-10 10:02:02 +01:00
2018-07-19 16:23:06 +01:00
2019-06-17 20:01:06 +01:00