mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
@ -1,3 +1,9 @@
|
|||||||
|
Version 224:
|
||||||
|
|
||||||
|
* Remove extraneous error check in advanced-server-flex
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 223:
|
Version 223:
|
||||||
|
|
||||||
* Add test::stream::service
|
* Add test::stream::service
|
||||||
|
@ -637,10 +637,6 @@ public:
|
|||||||
{
|
{
|
||||||
boost::ignore_unused(bytes_transferred);
|
boost::ignore_unused(bytes_transferred);
|
||||||
|
|
||||||
// Happens when the timer closes the socket
|
|
||||||
if(ec == net::error::operation_aborted)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if(ec)
|
if(ec)
|
||||||
return fail(ec, "write");
|
return fail(ec, "write");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user