I am using suds 0.3.6. When creating a suds client, I randomly get an error:
httplib.py, _read_status(), line 355, class httplib.BadStatusLine\'
Here is t
httplib is a pure python module.. you can have a look at the code for more precise information... BadStatusLine is raised if the status line can’t be parsed as a valid HTTP/1.0 or 1.1 status line. No solution as of now