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

Implement a basic HTTP memory cache #4117

Closed
wants to merge 15 commits into from
Closed

Implement a basic HTTP memory cache #4117

wants to merge 15 commits into from

Commits on Nov 27, 2014

  1. Add a non-evicting, non-validating memory cache that keys on original…

    … (pre-redirect) URL and request headers and only stores GET responses.
    jdm committed Nov 27, 2014
  2. Doom cache entries based on the initial response, and prevent matchin…

    …g against doomed cache enties.
    jdm committed Nov 27, 2014
  3. Add a simple test that a cached resource with no expiry is not revali…

    …dated. Correct inverted expiry check in revalidation code.
    jdm committed Nov 27, 2014
  4. Run a separate http server instance for each test to avoid intermitte…

    …nt failures due to concurrent cache tests.
    jdm committed Nov 27, 2014

Commits on Dec 16, 2014

  1. Address review comments.

    jdm committed Dec 16, 2014
You can’t perform that action at this time.