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

Accept responses with no etag header #3865

Merged
merged 3 commits into from Aug 1, 2020
Merged

Accept responses with no etag header #3865

merged 3 commits into from Aug 1, 2020

Commits on Jul 29, 2020

  1. Accept responses with no etag header

    If the server does not provide an etag header, treat all responses as a
    cache miss. This should allow 3rd party gem servers to more easily
    provide compact_index results. /cc @mperham
    
    See also sidekiq/sidekiq#4158.
    indirect committed Jul 29, 2020
    Copy the full SHA
    8414706 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Copy the full SHA
    b1c6427 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d34343e View commit details
    Browse the repository at this point in the history