You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
Describe the bug
Issuing a query to metrictank that requires proxying to graphite leads to a 502 error being sent back to the client instead of 499 if the client disconnects too early.
Additional context
This is related to Go's proxying behaviour documented here golang/go#20071
Helpful Information
Metrictank Version: v0_13_1-700-gc2c86e4
Golang Version (if not using an official binary or docker image): 0.11.1
OS: Linux
The text was updated successfully, but these errors were encountered:
// ErrorHandler is an optional function that handles errors
// reaching the backend or errors from ModifyResponse.
//
// If nil, the default is to log the provided error and return
// a 502 Status Bad Gateway response.
Describe the bug
Issuing a query to metrictank that requires proxying to graphite leads to a 502 error being sent back to the client instead of 499 if the client disconnects too early.
Additional context
This is related to Go's proxying behaviour documented here golang/go#20071
Helpful Information
Metrictank Version: v0_13_1-700-gc2c86e4
Golang Version (if not using an official binary or docker image): 0.11.1
OS: Linux
The text was updated successfully, but these errors were encountered: