net.LookupIP may cause deadlock in windows

This commit is contained in:
boboan
2018-07-12 10:31:54 +08:00
parent 61f791e77d
commit 5980fee788

View File

@ -31,7 +31,6 @@ import (
kcp "github.com/xtaci/kcp-go"
"context"
)
func IoBind(dst io.ReadWriteCloser, src io.ReadWriteCloser, fn func(err interface{}), log *logger.Logger) {