mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -2,6 +2,7 @@ Version XXX:
|
||||
|
||||
* Remove CODE_OF_CONDUCT.md
|
||||
* 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
|
||||
equivalent to performing:
|
||||
@code
|
||||
using namespace net;
|
||||
buffer_bytes(b);
|
||||
using net::buffer_size;
|
||||
return buffer_size(b);
|
||||
@endcode
|
||||
In addition this handles types which are convertible to
|
||||
`net::const_buffer`; these are not handled by `net::buffer_size`.
|
||||
|
Reference in New Issue
Block a user