mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
@@ -7,6 +7,7 @@ Version 58:
|
|||||||
* Avoid `std::string` in websocket
|
* Avoid `std::string` in websocket
|
||||||
* Fix basic_fields insert ordering
|
* Fix basic_fields insert ordering
|
||||||
* basic_fields::set optimization
|
* basic_fields::set optimization
|
||||||
|
* basic_parser::put doc
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
|
@@ -323,7 +323,11 @@ public:
|
|||||||
the parser may not be restarted.
|
the parser may not be restarted.
|
||||||
|
|
||||||
@param buffers An object meeting the requirements of
|
@param buffers An object meeting the requirements of
|
||||||
@b ConstBufferSequence that represents the message.
|
@b ConstBufferSequence that represents the next chunk of
|
||||||
|
message data. If the length of this buffer sequence is
|
||||||
|
one, the implementation will not allocate additional memory.
|
||||||
|
The class @ref flat_buffer is provided as one way to
|
||||||
|
meet this requirement
|
||||||
|
|
||||||
@param ec Set to the error, if any occurred.
|
@param ec Set to the error, if any occurred.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user