mirror of
https://github.com/coredns/coredns.git
synced 2026-07-23 08:00:11 -04:00
* plugin/plugin: Fix UDP forwarding so a malformed upstream datagram wont block valid ones later This PR fixes UDP forwarding so a malformed upstream datagram does not prevent CoreDNS from accepting a subsequent valid response before the existing read deadline. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review and add additonal tests Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Cover branch Signed-off-by: Yong Tang <yong.tang.github@outlook.com> --------- Signed-off-by: Yong Tang <yong.tang.github@outlook.com>