VictoriaMetrics/lib/httpserver
Aliaksandr Valialkin ed83558646 app/vmauth: properly handle http.ErrAbortHandler panic
This panic can be raised by the reverseProxy on aborted request to the backend.
So handle it (e.g. suppress) at reverseProxy.ServeHTTP call.

Do not suppress the panic at lib/httpserver generic HTTP handler,
since it may result in an inconsistent state left after the panicking handler.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1353
2021-06-11 12:50:25 +03:00
..
httpserver.go app/vmauth: properly handle http.ErrAbortHandler panic 2021-06-11 12:50:25 +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