diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4d426d..f86b9fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 170: + +* Add flat_stream to experimental + +-------------------------------------------------------------------------------- + Version 169: * Use buffers_to_string in tests diff --git a/doc/qbk/02_examples.qbk b/doc/qbk/02_examples.qbk index 5b757206..22d0fb14 100644 --- a/doc/qbk/02_examples.qbk +++ b/doc/qbk/02_examples.qbk @@ -216,16 +216,6 @@ listed here along with a description of their use: in the documentation. It is used by the "flex" servers which support both plain and SSL sessions on the same port. ] -][ - [[source_file example/common/flat_stream.hpp]] - [ - This wrapper flattens buffer sequences having length greater than 1 - and total size below a predefined amount, using a dynamic memory - allocation. It is primarily designed to overcome a performance - limitation of the current Boost.Asio version of `ssl::stream`, which - does not use OpenSSL's scatter/gather interface for its primitive - read and write operations. - ] ][ [[source_file example/common/root_certificates.hpp]] [ diff --git a/doc/qbk/quickref.xml b/doc/qbk/quickref.xml index f3681dc7..91c92c1a 100644 --- a/doc/qbk/quickref.xml +++ b/doc/qbk/quickref.xml @@ -284,6 +284,26 @@ + + + + + + Experimental + + + + + + + Classes + + flat_stream + + + + +