Merge branch 'development' into LTS_development
# Conflicts: # src/output/output.cpp
This commit is contained in:
commit
c392e3f6f9
3 changed files with 16 additions and 8 deletions
|
@ -268,6 +268,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