Closed
Description
If user forgets to return correct response object in HTTP handler, it results in "trying to subscribe nil
" error in this line:
metrics/metrics/http_middleware.lua
Line 75 in a2d783e
We should process this more carefully. For example, throw explicit error("incorrect http handler")
.