mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-04 10:48:49 +00:00
Update handler.go
This commit is contained in:
@@ -147,7 +147,7 @@ func (t *Handler) HandleConnection(conn net.Conn, destination net.Destination) {
|
|||||||
// due to gvisor weird behavior
|
// due to gvisor weird behavior
|
||||||
remote := conn.RemoteAddr()
|
remote := conn.RemoteAddr()
|
||||||
if remote == nil {
|
if remote == nil {
|
||||||
errors.LogInfo(t.ctx, "dropped quick close connection")
|
errors.LogInfo(t.ctx, "dropped quickly closed connection")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
source := net.DestinationFromAddr(remote)
|
source := net.DestinationFromAddr(remote)
|
||||||
|
|||||||
Reference in New Issue
Block a user