No need to send error message if websocket

This commit is contained in:
Tobie Morgan Hitchcock 2017-11-16 20:38:33 +00:00
parent 08cf03f98b
commit 8883645aa7

View file

@ -21,7 +21,7 @@ import (
func errors(val error, c *fibre.Context) {
if c.Socket() != nil {
if c.IsSocket() {
return
}