Tom Thorogood 1847ef6bd3 plugin/file: Fix memory leak in Parse (#2194)
For zone files with more than 10,000 records, the goroutines and memory
pinned by dns.ParseZone won't be released unless the tokens chan is
drained. As Parse is called by (*Zone).Reload very frequently, this
causes memory leaks and OOM conditions.

Updates miekg/dns#786
2018-10-13 18:56:42 +01:00
..
2018-07-19 16:23:06 +01:00
2018-07-19 16:23:06 +01:00
2018-07-19 16:23:06 +01:00
2018-09-19 08:16:04 +01:00
2018-07-19 16:23:06 +01:00
2018-09-22 15:12:02 +01:00
2018-09-19 10:36:41 -04:00
2018-07-19 16:23:06 +01:00
2018-08-14 08:55:55 -07:00
2018-08-21 11:52:25 -04:00
2018-07-19 16:23:06 +01:00
2018-07-19 16:23:06 +01:00
2018-08-14 08:55:55 -07:00
2018-08-14 08:55:55 -07:00
2018-07-28 10:32:13 +01:00
2018-07-19 16:23:06 +01:00
2018-07-20 19:45:17 +01:00
2018-07-19 16:23:06 +01:00
2017-10-24 10:16:03 +01:00
2018-09-19 08:16:04 +01:00