Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Custom ports cause getaddrinfo-related exceptions with chunked uploads #40

Open
briancline opened this issue Apr 22, 2015 · 0 comments
Open

Comments

@briancline
Copy link
Member

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.

briancline added a commit to briancline/softlayer-object-storage-python that referenced this issue Apr 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant