Skip to content

Commit 49842b8

Browse files
Update cli/vscodeipc/vscodeipc.go
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent cece1a5 commit 49842b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/vscodeipc/vscodeipc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (api *api) port(w http.ResponseWriter, r *http.Request) {
9595
}
9696
defer remoteConn.Close()
9797

98-
// Upgrade an switch to TCP!
98+
// Upgrade and switch to TCP!
9999
w.Header().Set("Connection", "Upgrade")
100100
w.Header().Set("Upgrade", "tcp")
101101
w.WriteHeader(http.StatusSwitchingProtocols)

0 commit comments

Comments
 (0)