surrealpatch/web
Tobie Morgan Hitchcock 220d04b696 No need to close the log messages channel
Closing the channel sometimes resulted in writes to a closed channel. Instead, the channel will be cleared up by GC as the socket is removed from the sync.Map anyway.
2018-05-09 16:34:53 +01:00
..
auth.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
err.go Improve http error messages 2017-11-16 20:40:40 +00:00
export.go Move authentication level constants to cnf package 2017-02-24 13:33:03 +00:00
import.go Move authentication level constants to cnf package 2017-02-24 13:33:03 +00:00
live.go Add live query support in the web layer to websockets 2017-11-16 20:54:10 +00:00
logger.go Improve database query logging 2018-05-02 02:32:06 +01:00
routes.go Improve database query logging 2018-05-02 02:32:06 +01:00
rpc.go Add RPC Ping method 2018-05-09 12:13:44 +01:00
signin.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
signup.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
stream.go No need to close the log messages channel 2018-05-09 16:34:53 +01:00
web.go Remove google and syslog logging 2018-04-05 08:51:44 +01:00