Clear test dirty code

This commit is contained in:
wweir
2018-11-25 11:45:51 +08:00
parent 40be243a96
commit 76e88c6d0e
+1 -1
View File
@@ -50,7 +50,7 @@ func acceptStream(stream quic.Stream, sess quic.Session) {
}
glog.V(1).Infoln(addr)
rc, err := net.Dial("tcp", "www.baidu.com:80")
rc, err := net.Dial("tcp", addr)
if err != nil {
glog.Warningln(err)
return