Skip to content

Fix two issues with newer ref resolution #298

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

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Aug 10, 2023

  • Add a cache for remote lookups
  • Use .content, not .raw, on the response object

.raw does not expose the same binary data as .content in all cases. e.g. gzipped content is exposed verbatim.

- Add a cache for remote lookups
- Use `.content`, not `.raw`, on the response object

`.raw` does not expose the same binary data as `.content` in all
cases. e.g. gzipped content is exposed verbatim.
@sirosen sirosen merged commit d429e84 into main Aug 10, 2023
@sirosen sirosen deleted the fix-resolution-behaviors branch August 10, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant