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

Fix memory leak in stream_reader seek, fixes #82 #83

Closed
wants to merge 2 commits into from

Conversation

maxnoe
Copy link
Contributor

@maxnoe maxnoe commented May 10, 2019

No description provided.

@maxnoe maxnoe mentioned this pull request May 10, 2019
@maxnoe
Copy link
Contributor Author

maxnoe commented May 10, 2019

@indygreg Can you explain what fails at the tests? It seems it trys to curl download something but what curl returns is not a zip file.

Maybe add --fail to the curl call?

@maxnoe
Copy link
Contributor Author

maxnoe commented May 10, 2019

After adding the curl option it's clear the download fails with a 404. @indygreg what is happening here?

@maxnoe
Copy link
Contributor Author

maxnoe commented May 14, 2019

This bug is really bothering us, it would be great if this simple fix could be merged and a new release be made.

@indygreg
Copy link
Owner

The memory leak patch was committed to master and the 0.11 branch and 0.11.1 was tagged and released. I'll attend to the curl patch another day, as it isn't as important (and arguably not necessary). The commit message doesn't say why it is warranted. Is that commit even needed?

@maxnoe
Copy link
Contributor Author

maxnoe commented May 15, 2019

The Error Message on Travis was very unclear. This improved it. These flags are generally considered best practice for curl.

@maxnoe maxnoe closed this May 15, 2019
@maxnoe maxnoe deleted the fix_82_memleak branch July 5, 2019 13:49
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.

None yet

2 participants