mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 12:57:38 +03:00
Fix socks udp return error
This commit is contained in:
parent
69e33ed7b9
commit
33e3713fbf
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ func HandleConnection0(ctx context.Context, conn net.Conn, version byte, authent
|
||||||
close(done)
|
close(done)
|
||||||
}()
|
}()
|
||||||
err = common.Error(io.Copy(io.Discard, conn))
|
err = common.Error(io.Copy(io.Discard, conn))
|
||||||
|
<-done
|
||||||
return E.Errors(innerError, err)
|
return E.Errors(innerError, err)
|
||||||
default:
|
default:
|
||||||
err = socks5.WriteResponse(conn, socks5.Response{
|
err = socks5.WriteResponse(conn, socks5.Response{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue