Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratelimiter #1211

Merged
merged 3 commits into from May 13, 2021
Merged

Ratelimiter #1211

merged 3 commits into from May 13, 2021

Commits on May 12, 2021

  1. httputil: create package and RateLimiter

    This change adds a rate limiter for HTTP requests. It's purposefully
    unconfigurable for ease of use.
    
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed May 12, 2021
    Copy the full SHA
    ed8ffc5 View commit details
    Browse the repository at this point in the history
  2. all: use RateLimiter where it seems appropriate

    This also sets up a cookie jar correctly so that any rate limiting
    schemes based on Cookie headers will actually work.
    
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed May 12, 2021
    Copy the full SHA
    6638793 View commit details
    Browse the repository at this point in the history
  3. introspection: enable readiness endpoint

    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed May 12, 2021
    Copy the full SHA
    ec59a43 View commit details
    Browse the repository at this point in the history