Skip to content

Commit

Permalink
Add a TODO to create a new ClientConn struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 10, 2024
1 parent 831371a commit db09289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/outline-ss-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ func RunOutlineServer(filename string, natTimeout time.Duration, serverMetrics *
return server, nil
}

// TODO: Create a dedicated `ClientConn` struct with `ClientAddr` and `Conn`.
// wrappedConn overrides [websocket.Conn]'s remote address handling.
type wrappedConn struct {
*websocket.Conn
Expand Down

0 comments on commit db09289

Please sign in to comment.