We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43ccf commit 14585c3Copy full SHA for 14585c3
wsproxy/websocket_proxy.go
@@ -219,7 +219,7 @@ func isClosedConnError(err error) bool {
219
func (p *Proxy) proxy(w http.ResponseWriter, r *http.Request) {
220
var responseHeader http.Header
221
var methodType MethodType
222
- var requestBody bool
+ requestBody := true
223
224
// If Sec-WebSocket-Protocol starts with "Bearer", respond in kind.
225
// TODO(tmc): consider customizability/extension point here.
0 commit comments