You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
ChunkedUploadConnection doesn't seem to be ensuring that any port it parses out of the connection string is actually an int() before passing it onto an HTTPConnection/HTTPSConnection object. From there, it is expected to be an int, and getaddrinfo will also want this.
Currently this barfs with an extremely misleading "Disconnected" exception with a 0 status code.
The text was updated successfully, but these errors were encountered:
briancline
added a commit
to briancline/softlayer-object-storage-python
that referenced
this issue
Apr 22, 2015
ChunkedUploadConnection doesn't seem to be ensuring that any port it parses out of the connection string is actually an int() before passing it onto an HTTPConnection/HTTPSConnection object. From there, it is expected to be an int, and getaddrinfo will also want this.
Currently this barfs with an extremely misleading "Disconnected" exception with a 0 status code.
The text was updated successfully, but these errors were encountered: