1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 05:16:09 -04:00
This commit is contained in:
Darien Raymond 2017-11-19 21:42:00 +01:00
commit 2c26705a00
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -99,7 +99,7 @@ func handleInput(ctx context.Context, conn *connEntry, callback ResponseCallback
mb, err := input.ReadMultiBuffer()
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()
return
}