Tidy up a doc code snippet

This commit is contained in:
Vinnie Falco
2019-03-28 09:53:27 -07:00
parent 5154233350
commit 18bf9b4037
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Version 241:
* Tidy up a doc code snippet
--------------------------------------------------------------------------------
Version 240:
* Fix ssl_stream teardown

View File

@ -122,6 +122,7 @@ snippets()
// Discard all of the bytes stored in the dynamic buffer,
// otherwise the next call to read will append to the existing
// data instead of building a fresh message.
buffer.consume(buffer.size());
//]
}