Commit 783c4c21 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

[uwebsocket]: cleanup debug

parent 706a5ce3
...@@ -593,10 +593,7 @@ std::shared_ptr<UWebSocketGate::UWebSocket> UWebSocketGate::newWebSocket( Poco:: ...@@ -593,10 +593,7 @@ std::shared_ptr<UWebSocketGate::UWebSocket> UWebSocketGate::newWebSocket( Poco::
if( qp.size() == 1 && qp[0].first.empty() ) if( qp.size() == 1 && qp[0].first.empty() )
slist = qp[0].first; slist = qp[0].first;
// auto idlist = uniset::explode(slist); auto idlist = uniset::explode(slist);
#warning DEBUG
auto idlist = uniset::explode("34,23,54");
if( idlist.empty() ) if( idlist.empty() )
{ {
resp->setStatus(HTTPResponse::HTTP_BAD_REQUEST); resp->setStatus(HTTPResponse::HTTP_BAD_REQUEST);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment