Suds Error: BadStatusLine in httplib

前端 未结 3 1377
广开言路
广开言路 2020-12-15 14:36

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

3条回答
  •  星月不相逢
    2020-12-15 15:14

    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

提交回复
热议问题