mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Fix Writer return value documentation
This commit is contained in:
committed by
Vinnie Falco
parent
8fe07212f1
commit
c82cc218e1
@@ -7,6 +7,7 @@ HTTP
|
|||||||
|
|
||||||
* Fix Body requirements doc
|
* Fix Body requirements doc
|
||||||
* Fix illegal HTTP characters accepted as hex zero
|
* Fix illegal HTTP characters accepted as hex zero
|
||||||
|
* Fix Writer return value documentation
|
||||||
|
|
||||||
WebSocket
|
WebSocket
|
||||||
|
|
||||||
|
@@ -167,7 +167,8 @@ public:
|
|||||||
the writer must guarantee that the buffers remain valid until the
|
the writer must guarantee that the buffers remain valid until the
|
||||||
next member function is invoked, which may be the destructor.
|
next member function is invoked, which may be the destructor.
|
||||||
|
|
||||||
@return `true` if there is data, `false` when done,
|
@return `true` if there is no more data to send,
|
||||||
|
`false` when there may be more data,
|
||||||
boost::indeterminate to suspend.
|
boost::indeterminate to suspend.
|
||||||
|
|
||||||
@note Undefined behavior if the callee takes ownership
|
@note Undefined behavior if the callee takes ownership
|
||||||
|
Reference in New Issue
Block a user