mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-08-04 15:19:13 +00:00
Update handler.go
This commit is contained in:
parent
455197dd91
commit
cc190f2d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ func (t *Handler) HandleConnection(conn net.Conn, destination net.Destination) {
|
|||
// due to gvisor weird behavior
|
||||
remote := conn.RemoteAddr()
|
||||
if remote == nil {
|
||||
errors.LogInfo(t.ctx, "dropped quick close connection")
|
||||
errors.LogInfo(t.ctx, "dropped quickly closed connection")
|
||||
return
|
||||
}
|
||||
source := net.DestinationFromAddr(remote)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue