[issue23054] ConnectionError: ('Connection aborted.', BadStatusLine(""''''"))
Joe Cabrera added the comment: This is an error wrapping coming from requests. https://github.com/kennethreitz/requests/issues/2364 The Requests team has concluded they can do nothing about this error, I believe the next step up is the python httplib library
[issue23054] ConnectionError: ('Connection aborted.', BadStatusLine(""''''"))
New submission from Joe Cabrera: ConnectionError: ('Connection aborted.', BadStatusLine(""''''")) This error can also occur on Linux and Windows, a more descriptive error messages would be useful for people trying to debug their code. -- as