No need to send error message if websocket
This commit is contained in:
parent
08cf03f98b
commit
8883645aa7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
func errors(val error, c *fibre.Context) {
|
||||
|
||||
if c.Socket() != nil {
|
||||
if c.IsSocket() {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue