Skip to content

Commit afcadc4

Browse files
authored
chore: fix typo in comment (#90)
Signed-off-by: rubyisrust <[email protected]>
1 parent 312579a commit afcadc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocketproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (w *WebsocketProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
134134
w.Director(req, requestHeader)
135135
}
136136

137-
// Connect to the backend URL, also pass the headers we get from the requst
137+
// Connect to the backend URL, also pass the headers we get from the request
138138
// together with the Forwarded headers we prepared above.
139139
// TODO: support multiplexing on the same backend connection instead of
140140
// opening a new TCP connection time for each request. This should be

0 commit comments

Comments
 (0)