Files
zulip/zerver/lib/request.py
Alex Vandiver 7ed35845df tornado: Remove incorrect rate_limit request note.
1ea2f188ce mistakenly introduced a `_rate_limit` member of the
request, which was dutifully transcribed in 3f9a5e1e17.  However,
`_rate_limit` was never read from, nor written to -- `_ratelimit` (with
no middle `_`) was the dict that contained rate-limiting data.  This
`_ratelimit` dict was later renamed to the `_ratelimits_applied` list,
in e86cfbdbd7, which became the `ratelimits_applied` request note
field in 03693cd27e.

Remove the entirely unused `rate_limit` note, and properly copy the
`ratelimits_applied` data into the new request.
2025-02-13 12:40:53 -08:00

3.3 KiB