mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +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 illegal HTTP characters accepted as hex zero
|
||||
* Fix Writer return value documentation
|
||||
|
||||
WebSocket
|
||||
|
||||
|
@ -167,7 +167,8 @@ public:
|
||||
the writer must guarantee that the buffers remain valid until the
|
||||
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.
|
||||
|
||||
@note Undefined behavior if the callee takes ownership
|
||||
|
Reference in New Issue
Block a user