mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
committed by
Richard Hodges
parent
e7c677effe
commit
b07edea9d7
@ -321,7 +321,7 @@ class websocket_session
|
||||
return;
|
||||
|
||||
if(ec)
|
||||
fail(ec, "read");
|
||||
return fail(ec, "read");
|
||||
|
||||
// Echo the message
|
||||
derived().ws().text(derived().ws().got_text());
|
||||
|
Reference in New Issue
Block a user