mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
Clear test dirty code
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user