mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
stream_base::timeout::suggested is a nested function
This commit is contained in:
@ -267,7 +267,7 @@ public:
|
||||
{
|
||||
// Set suggested timeout settings for the websocket
|
||||
derived().ws().set_option(
|
||||
websocket::stream_base::suggested_settings(
|
||||
websocket::stream_base::timeout::suggested(
|
||||
beast::role_type::server));
|
||||
|
||||
// Set a decorator to change the Server of the handshake
|
||||
|
@ -237,7 +237,7 @@ public:
|
||||
{
|
||||
// Set suggested timeout settings for the websocket
|
||||
ws_.set_option(
|
||||
websocket::stream_base::suggested_settings(
|
||||
websocket::stream_base::timeout::suggested(
|
||||
beast::role_type::server));
|
||||
|
||||
// Set a decorator to change the Server of the handshake
|
||||
|
Reference in New Issue
Block a user