Fixes to beast::asio::streambuf:

* Fix to_string conversion
* Fix assert on debug invariant checks
* Fix the treatment of the output position when the entire output is committed.
* Add unit test
This commit is contained in:
Vinnie Falco
2014-11-23 06:09:14 -08:00
committed by Nik Bougalis
parent 5cde522d5e
commit 1da5e090d5
3 changed files with 268 additions and 197 deletions

View File

@@ -23,4 +23,5 @@
#include <beast/asio/impl/IPAddressConversion.cpp>
#include <beast/asio/tests/bind_handler.test.cpp>
#include <beast/asio/tests/streambuf.test.cpp>