-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HeadersRateLimitFilter for headers rate limiting
Summary: My intention is to have separate filters to rate limit each of the events (control messages, headers, direct responses, etc.). This commit is one step in that process. Previously, the `ControlMessageRateLimitFilter` used to handle rate limiting for headers, and I'm switching to use the `HeadersRateLimitFilter` instead. Reviewed By: afrind Differential Revision: D50698729 fbshipit-source-id: 876c9526fa6b5077ef223fcedcef9e82b6a865e0
- Loading branch information
1 parent
8ce3f02
commit d9a52a7
Showing
5 changed files
with
31 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters