Update handler.go

This commit is contained in:
RPRX
2026-06-23 10:56:07 +00:00
committed by GitHub
parent 455197dd91
commit cc190f2d8e
+1 -1
View File
@@ -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)