JSON blocking fix + output reselect fix for early stream times
This commit is contained in:
parent
33488da329
commit
4f7b902453
3 changed files with 16 additions and 8 deletions
|
@ -260,6 +260,7 @@ namespace Mist {
|
|||
//Handle upgrade to websocket if the output supports it
|
||||
if (doesWebsockets() && H.GetHeader("Upgrade") == "websocket"){
|
||||
INFO_MSG("Switching to Websocket mode");
|
||||
setBlocking(false);
|
||||
preWebsocketConnect();
|
||||
webSock = new HTTP::Websocket(myConn, H);
|
||||
if (!(*webSock)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue