VictoriaMetrics/lib/httpserver
Aliaksandr Valialkin ce9e163e94 lib/httpserver: stop the process on panics in request handlers
Panics may leave the process in inconsistent state. That's why it is better to stop the process after the panic
instead of recovering from the panic. Unfortunately, the standard net/http.Server recovers panics in request handlers.
See https://github.com/golang/go/issues/16542 . That's lib/httpserver must stop the process on itself after the panic.
2021-05-03 11:59:40 +03:00
..
httpserver.go lib/httpserver: stop the process on panics in request handlers 2021-05-03 11:59:40 +03:00
metrics.go lib/httpserver: export vm_available_memory_bytes and vm_available_cpu_cores metrics 2021-03-10 12:02:42 +02:00