aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fifield <david@bamsoftware.com>2024-03-22 00:43:58 +0000
committerDavid Fifield <david@bamsoftware.com>2024-03-22 00:43:58 +0000
commit1bde730b39de4f542d11af17f946ee2ea9427806 (patch)
tree6c8dc59216ebfb95dc8818ee27aab326afbc6153
parentec36fd428733e353c454ca3b06a6a6555016b501 (diff)
downloadsnowflake-1bde730b39de4f542d11af17f946ee2ea9427806.tar.gz
snowflake-1bde730b39de4f542d11af17f946ee2ea9427806.zip
Comment typo.
-rw-r--r--server/lib/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/http.go b/server/lib/http.go
index 1f173a4..68270e1 100644
--- a/server/lib/http.go
+++ b/server/lib/http.go
@@ -150,7 +150,7 @@ func (handler *httpHandler) turbotunnelMode(conn net.Conn, addr net.Addr) error
return fmt.Errorf("reading ClientID: %v", err)
}
- // Store a a short-term mapping from the ClientID to the client IP
+ // Store a short-term mapping from the ClientID to the client IP
// address attached to this WebSocket connection. tor will want us to
// provide a client IP address when we call pt.DialOr. But a KCP session
// does not necessarily correspond to any single IP address--it's