VictoriaMetrics/lib/httpserver
Aliaksandr Valialkin ec6becd3f5 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 12:00:44 +03:00
..
httpserver.go lib/httpserver: stop the process on panics in request handlers 2021-05-03 12:00:44 +03:00
metrics.go lib/httpserver: export vm_available_memory_bytes and vm_available_cpu_cores metrics 2021-03-10 12:08:26 +02:00
path.go all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00