Remove fix for upstream DNS bug

This commit is contained in:
Armon Dadgar 2014-01-06 14:37:02 -08:00
parent 870074056f
commit ed1a200efe
1 changed files with 0 additions and 3 deletions

View File

@ -409,9 +409,6 @@ func (d *DNSServer) handleRecurse(resp dns.ResponseWriter, req *dns.Msg) {
}
d.logger.Printf("[DEBUG] dns: recurse RTT for %v (%v)", q, rtt)
// Seems to be a bug that forcing compression fixes...
r.Compress = true
// Forward the response
if err := resp.WriteMsg(r); err != nil {
d.logger.Printf("[WARN] dns: failed to respond: %v", err)