Removed extra spaces in HTTP TS output, fixed socket class to work with unidirectional files

This commit is contained in:
Thulinma 2016-12-28 16:42:46 +01:00
parent 6b962aae9f
commit d413866911
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ namespace Mist {
return;
}
H.protocol = "HTTP/1.0";//Force HTTP/1.0 because some devices just don't understand chunked replies
H.StartResponse(H, myConn);
H.StartResponse(H, myConn);
parseData = true;
wantRequest = false;
}