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

Function comm_pycurl.upload: Add handling of when status=0 #618

Open
tigerite opened this issue Mar 31, 2015 · 0 comments
Open

Function comm_pycurl.upload: Add handling of when status=0 #618

tigerite opened this issue Mar 31, 2015 · 0 comments

Comments

@tigerite
Copy link

Function comm_pycurl.upload currently does not handle the case when status is 0.

Update https://github.com/discoproject/disco/blob/develop/lib/disco/comm_pycurl.py#L136 to:
elif status == httplib.SERVICE_UNAVAILABLE or status == 0:

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

No branches or pull requests

1 participant