- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IncomingConn (0.07 sec)
-
internal/grid/manager.go
} w.WriteHeader(http.StatusUpgradeRequired) return } m.IncomingConn(ctx, conn) } } // IncomingConn will handle an incoming connection. // This should be called with the incoming connection after accept. // Auth is handled internally, as well as disconnecting any connections from the same host. func (m *Manager) IncomingConn(ctx context.Context, conn net.Conn) { remoteAddr := conn.RemoteAddr().String()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 10.6K bytes - Viewed (0)