summaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 47eb3e5..1faf33d 100644
--- a/server.go
+++ b/server.go
@@ -42,5 +42,5 @@ func (h *ServerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
42 42
43 log.Println("Connected to SSH server") 43 log.Println("Connected to SSH server")
44 44
45 serviceBoth(wsconn, proxyconn) 45 serviceBoth(wsconn, proxyconn, r.Context())
46} 46}