mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
* Fixing panic in case if there's no response There could be a situation when there's no response after ServeDNS call. With the current implementation, this leads to panic. * Add comment