Skip to content

Fixes to wget in the event of an HTTP error #52

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

Closed
wants to merge 1 commit into from
Closed

Fixes to wget in the event of an HTTP error #52

wants to merge 1 commit into from

Conversation

samuelcomeau6
Copy link

Fixes #51 :
Checks that the content-length is in r.headers prior to using it and raises a runtime exception if it is not present.

Fixes #51 :
Checks that the content-length is in r.headers prior to using it and raises a runtime exception if it is not present.
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.

wget Does not check for validity of headers prior to use
1 participant