Update handler.go

This commit is contained in:
RPRX 2026-06-23 10:56:07 +00:00 committed by GitHub
parent 455197dd91
commit cc190f2d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)