FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Keep separate request counts per method #622

Closed n1313 closed 1 year ago

n1313 commented 1 year ago

This PR fixes a bug in rate limiter, where clients sending a large number of GET requests (above POST threshold but below GET threshold) and then a single POST request would get blocked. Now, requests for each method should be correctly counterd with separate counters.