mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 12:27:44 +02:00
@ -50,7 +50,7 @@ class session : public std::enable_shared_from_this<session>
|
||||
{
|
||||
websocket::stream<
|
||||
beast::ssl_stream<beast::tcp_stream>> ws_;
|
||||
beast::multi_buffer buffer_;
|
||||
beast::flat_buffer buffer_;
|
||||
|
||||
public:
|
||||
// Take ownership of the socket
|
||||
|
Reference in New Issue
Block a user