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