forked from boostorg/beast
@@ -1,3 +1,7 @@
|
|||||||
|
* Fix assert in websocket
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 292:
|
Version 292:
|
||||||
|
|
||||||
* Fix compile errors on Visual Studio with /std:c++latest
|
* Fix compile errors on Visual Studio with /std:c++latest
|
||||||
|
@@ -108,8 +108,7 @@ public:
|
|||||||
net::post(std::move(*this));
|
net::post(std::move(*this));
|
||||||
BOOST_ASSERT(impl.rd_block.is_locked(this));
|
BOOST_ASSERT(impl.rd_block.is_locked(this));
|
||||||
|
|
||||||
// VFALCO Is this check correct here?
|
BOOST_ASSERT(!ec);
|
||||||
BOOST_ASSERT(! ec && impl.check_stop_now(ec));
|
|
||||||
if(impl.check_stop_now(ec))
|
if(impl.check_stop_now(ec))
|
||||||
{
|
{
|
||||||
BOOST_ASSERT(ec == net::error::operation_aborted);
|
BOOST_ASSERT(ec == net::error::operation_aborted);
|
||||||
|
Reference in New Issue
Block a user