laconicd-deprecated/server
Cuong Manh Le 397e862a1e
server: add missing db.Close calls before returning (#541)
It's better to always close the db before exit, so we will be noticed
when any error happens. Otherwise, serious errors can silently happen,
e.g, corrupted db, pending write missing ...

Fixes #538
2021-09-09 05:05:26 -03:00
..
config all: linter (#532) 2021-09-05 11:03:06 +00:00
flags server: remove cors config fron JSON-RPC (#465) 2021-08-20 10:58:03 +00:00
json_rpc.go all: linter (#532) 2021-09-05 11:03:06 +00:00
start.go server: add missing db.Close calls before returning (#541) 2021-09-09 05:05:26 -03:00
util.go server: logger handler (#343) 2021-08-19 16:55:13 +00:00