mirror of
https://github.com/miekg/dns.git
synced 2025-10-12 02:11:13 +02:00
disable compression again
This commit is contained in:
parent
9d6d5ff3f7
commit
756be15ce5
@ -4,8 +4,8 @@ import (
|
||||
"net"
|
||||
"dns"
|
||||
"dns/resolver"
|
||||
"bytes"
|
||||
"compress/gzip"
|
||||
// "bytes"
|
||||
// "compress/gzip"
|
||||
"os"
|
||||
"flag"
|
||||
"fmt"
|
||||
@ -107,6 +107,7 @@ FLAGS:
|
||||
}
|
||||
fmt.Printf("%v\n", in.Dns)
|
||||
fmt.Printf("%s\n", in.Meta)
|
||||
/*
|
||||
// zip the message
|
||||
msgbuf, _ := in.Dns.Pack()
|
||||
var zbuff bytes.Buffer
|
||||
@ -114,6 +115,7 @@ FLAGS:
|
||||
w.Write(msgbuf)
|
||||
w.Close()
|
||||
fmt.Printf(";; Compressed: %d\n", zbuff.Len())
|
||||
*/
|
||||
} else {
|
||||
fmt.Printf("%v\n", in.Error.String())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user