mirror of
https://github.com/coredns/coredns.git
synced 2025-10-17 18:31:01 +02:00
* server: fix data race This fixes the detected race. Fixes #534 * Remove the listener and packetconn from Server There does not seem a need to store the listener and packetconn again in the Server structure. The dns.Servers already has access to them and can also shutdown the handlers.