forked from boostorg/beast
auto_fragment is a member of stream (API Change):
fix #374, fix #446 * auto_fragment option struct is removed Actions Required: * Change call sites which use auto_fragment with set_option to call stream::auto_fragment instead.
This commit is contained in:
@@ -205,7 +205,7 @@ boost::asio::ip::tcp::socket sock{ios};
|
||||
//]
|
||||
|
||||
//[ws_snippet_19
|
||||
ws.set_option(auto_fragment{true});
|
||||
ws.auto_fragment(true);
|
||||
ws.set_option(write_buffer_size{16384});
|
||||
//]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user