requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("...")) while sending MKCOL
Opened this issue · 0 comments
AzureIP commented
Hi,
I experience a strange error: It only happens sometimes.
A MKCOL request sometimes work, and sometimes the request causes:
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>\n"))
The request is send from a python program to a wsgidav webdav server. At the moment I have no idea why and when this happens.
I use wsgidav version 4.3.3
Does anyone has a hint?