This commit is contained in:
Ben Hardill
2022-04-18 18:20:36 +01:00
parent c0b64935e8
commit 973342c17e
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ WeMoNG.prototype.getSocketStatus = function getSocketStatus(socket) {
headers: {
'SOAPACTION': getSocketState.action,
'Content-Type': 'text/xml; charset="utf-8"',
'Accept': ''
'Accept': '',
'Content-Length': getSocketState.body.length
}
}