mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
parent
cb2a4459c9
commit
b0959d3a0e
@ -427,7 +427,7 @@ class WebSocketHook final
|
||||
|
||||
if (is_binary || is_text)
|
||||
{
|
||||
selectedproto = proto;
|
||||
selectedproto = std::move(proto);
|
||||
sendastext = is_text;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user