mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +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)
|
||||
}()
|
||||
err = common.Error(io.Copy(io.Discard, conn))
|
||||
<-done
|
||||
return E.Errors(innerError, err)
|
||||
default:
|
||||
err = socks5.WriteResponse(conn, socks5.Response{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue