gin/render
git-hulk b7682616db Don't panic when failed to render or write JSON
Currently, gin will panic if failed to write JSON to client and it's
unnecessary for most scenarios. Because most of them are caused by
network error like connection reset or timeout, it'd be better to
retrieve an error instead of panic.
2022-11-07 16:30:37 +08:00
..