Fix Writer return value documentation

This commit is contained in:
Steve Brain
2017-02-17 14:05:16 +10:00
committed by Vinnie Falco
parent 8fe07212f1
commit c82cc218e1
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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