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

DM-43739: Fix memory leak in HTTPResourcePath #84

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Commits on Apr 8, 2024

  1. Fix memory leak in HTTPResourcePath

    Fixed an issue where query parameters or fragments in an HTTP URL would cause it to be considered as having a different root URI.  This caused a new HTTP session to be created and cached each time an HTTP URL with a different query parameter was accessed.
    
    This resulted in a memory leak in datalinker when it was using HTTPResourcePath to access S3 presigned URLs, which always have unique query parameters.
    dhirving committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f81acc View commit details
    Browse the repository at this point in the history