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

Avoid downloading data when rehashing URL #982

Merged
merged 6 commits into from
Aug 9, 2019

Commits on Aug 8, 2019

  1. Avoid downloading data when rehashing URL

    It seems that current behavior for rehashing  URL still downloads the whole contents of that URL to memory.  This change avoids doing so at all by telling `curl` to only get response headers, no body.
    noamross committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    6d823dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d4fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    8ab282b View commit details
    Browse the repository at this point in the history
  2. Add PR ropensci#982 to NEWS.md

    noamross committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    1c2de61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8ba2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bd3d69 View commit details
    Browse the repository at this point in the history