mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
@ -2,6 +2,7 @@ Version XXX:
|
|||||||
|
|
||||||
* Remove CODE_OF_CONDUCT.md
|
* Remove CODE_OF_CONDUCT.md
|
||||||
* Refactor websocket read
|
* Refactor websocket read
|
||||||
|
* Correct buffer_bytes documentation
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -140,8 +140,8 @@ using buffers_iterator_type =
|
|||||||
argument-dependent lookup. The call `beast::buffer_bytes(b)` is
|
argument-dependent lookup. The call `beast::buffer_bytes(b)` is
|
||||||
equivalent to performing:
|
equivalent to performing:
|
||||||
@code
|
@code
|
||||||
using namespace net;
|
using net::buffer_size;
|
||||||
buffer_bytes(b);
|
return buffer_size(b);
|
||||||
@endcode
|
@endcode
|
||||||
In addition this handles types which are convertible to
|
In addition this handles types which are convertible to
|
||||||
`net::const_buffer`; these are not handled by `net::buffer_size`.
|
`net::const_buffer`; these are not handled by `net::buffer_size`.
|
||||||
|
Reference in New Issue
Block a user