Suds Error: BadStatusLine in httplib

前端 未结 3 1371
广开言路
广开言路 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:12

    That means there is a problem on the server side which causes the HTTP server to reply with some junk instead of an ordinary 'HTTP/1.1 200 OK' (or similar) line. You can't fix that.

提交回复
热议问题