mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-27 07:47:23 +00:00
Merge branch 'master' of https://github.com/v2ray/v2ray-core
This commit is contained in:
commit
2c26705a00
@ -99,7 +99,7 @@ func handleInput(ctx context.Context, conn *connEntry, callback ResponseCallback
|
|||||||
|
|
||||||
mb, err := input.ReadMultiBuffer()
|
mb, err := input.ReadMultiBuffer()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Trace(newError("failed to handl UDP input").Base(err))
|
log.Trace(newError("failed to handle UDP input").Base(err))
|
||||||
conn.cancel()
|
conn.cancel()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user