mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +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
|
* Add gcc-9 to AzP CI test matrix
|
||||||
* Enable split compilation in http::basic_fields
|
* Enable split compilation in http::basic_fields
|
||||||
* Remove redundant instation of `static_string` in websocket
|
* Remove redundant instation of `static_string` in websocket
|
||||||
|
* Remove redundant use of `asio::coroutine` in `flat_stream`
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 258:
|
Version 258:
|
||||||
|
@@ -16,7 +16,6 @@
|
|||||||
#include <boost/beast/core/stream_traits.hpp>
|
#include <boost/beast/core/stream_traits.hpp>
|
||||||
#include <boost/beast/websocket/teardown.hpp>
|
#include <boost/beast/websocket/teardown.hpp>
|
||||||
#include <boost/asio/buffer.hpp>
|
#include <boost/asio/buffer.hpp>
|
||||||
#include <boost/asio/coroutine.hpp>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
@@ -30,7 +29,6 @@ template<class Handler>
|
|||||||
class write_op
|
class write_op
|
||||||
: public async_base<Handler,
|
: public async_base<Handler,
|
||||||
beast::executor_type<flat_stream>>
|
beast::executor_type<flat_stream>>
|
||||||
, public net::coroutine
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
template<
|
template<
|
||||||
|
Reference in New Issue
Block a user