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

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