Commit 42fba883 authored by Pavel Vainerman's avatar Pavel Vainerman

[uwebsocket]: cleanup debug

parent 5e861701
......@@ -593,10 +593,7 @@ std::shared_ptr<UWebSocketGate::UWebSocket> UWebSocketGate::newWebSocket( Poco::
if( qp.size() == 1 && qp[0].first.empty() )
slist = qp[0].first;
// auto idlist = uniset::explode(slist);
#warning DEBUG
auto idlist = uniset::explode("34,23,54");
auto idlist = uniset::explode(slist);
if( idlist.empty() )
{
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