mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 22:04:34 +02:00
Remove redundant use of asio::coroutine
in flat_stream
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ Version 259:
|
||||
* Add gcc-9 to AzP CI test matrix
|
||||
* Enable split compilation in http::basic_fields
|
||||
* Remove redundant instation of `static_string` in websocket
|
||||
|
||||
* Remove redundant use of `asio::coroutine` in `flat_stream`
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 258:
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#include <boost/beast/core/stream_traits.hpp>
|
||||
#include <boost/beast/websocket/teardown.hpp>
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/coroutine.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace boost {
|
||||
@@ -30,7 +29,6 @@ template<class Handler>
|
||||
class write_op
|
||||
: public async_base<Handler,
|
||||
beast::executor_type<flat_stream>>
|
||||
, public net::coroutine
|
||||
{
|
||||
public:
|
||||
template<
|
||||
|
Reference in New Issue
Block a user