mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00:00
It returned a 429 error code with a 'Retry-After' header if a RateLimiter::LimitExceeded was raised and unhandled, but the header was missing if the request was limited in the 'RequestTracker' middleware.