surrealpatch/web
Tobie Morgan Hitchcock 8f06b958ff Remove TCP deadline timeouts completely
Deadline timeouts are not useful, as they do not give any meaningful http error responses to the end user. Instead we now make use of contexts throught the system to detect query timeouts, and send error messages accordingly.
2017-11-16 20:48:08 +00:00
..
auth.go Fix bug with bearer authentication 2017-02-25 22:09:12 +00: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
routes.go Insure start and limit query params do not overflow limit 2017-11-16 20:44:20 +00:00
rpc.go Improve RPC authentication query information 2017-11-16 20:46:17 +00:00
signin.go Use fibre error fields instead of logging twice 2017-02-24 00:49:41 +00:00
signup.go Use fibre error fields instead of logging twice 2017-02-24 00:49:41 +00:00
trace.go Add initial golang code tracing and logging 2017-03-03 21:39:37 +00:00
web.go Remove TCP deadline timeouts completely 2017-11-16 20:48:08 +00:00