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
Should cancelled client http requests be logging a status 502? I believe Nginx uses 499. There is probably an argument for returning 204 (no content). 502 is a bit ambiguous and is triggering alerts when it shouldn't. Just wondering whether 502 is the right status code in this context.
Background: We're seeing this in our kamal proxy logs (redacted information is xxx):
Hi @Rohland, thanks for bringing this up. I agree the 502 is misleading in this case; we should be logging it differently. 499 seems like a good choice since it's unambiguous and is used elsewhere. I'll take a look at changing this.
Hi Team,
Should cancelled client http requests be logging a status 502? I believe Nginx uses 499. There is probably an argument for returning 204 (no content). 502 is a bit ambiguous and is triggering alerts when it shouldn't. Just wondering whether 502 is the right status code in this context.
Background: We're seeing this in our kamal proxy logs (redacted information is
xxx
):With a corresponding message in the kamal-proxy like this:
The text was updated successfully, but these errors were encountered: