Removed extra spaces in HTTP TS output, fixed socket class to work with unidirectional files
This commit is contained in:
parent
6b962aae9f
commit
d413866911
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue