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 f2f97a2 commit 4d75e28Copy full SHA for 4d75e28
routers/web/websocket/websocket.go
@@ -16,6 +16,7 @@ func Init(r *web.Route) {
16
err := m.HandleRequest(ctx.Resp, ctx.Req)
17
if err != nil {
18
ctx.ServerError("HandleRequest", err)
19
+ return
20
}
21
})
22
0 commit comments