Erik Grinaker
413e554fd0
Fixes #4802. The Go HTTP server has a global panic handler for requests, so it was not as severe as first thought. This fix can still panic, since we try to send a `500` response - if that happens, the Go HTTP server will terminate the connection. Otherwise, the client will get a 200 response, which we should avoid. I'm sort of torn on whether it's even necessary to include this fix, instead of just letting the HTTP server deal with it. |
5 years ago | |
---|---|---|
.. | ||
client | format: add format cmd & goimport repo (#4586) | 5 years ago |
server | rpc: handle panics during panic handling | 5 years ago |
test | tests: bind test servers to 127.0.0.1 (#4322) | 5 years ago |
types | linters: enable stylecheck (#4153) | 5 years ago |
doc.go | delete tm-monitor tool #4247 (#4255) | 5 years ago |
rpc_test.go | format: add format cmd & goimport repo (#4586) | 5 years ago |