Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7859: should ssl/engine get_output return const buffer ?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-24 04:29:20
#7859: should ssl/engine get_output return const buffer ?
-------------------------------+--------------------------------------------
Reporter: itsme@⦠| Owner: chris_kohlhoff
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: asio
Version: Boost 1.52.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+--------------------------------------------
Changes (by chris_kohlhoff):
* status: new => closed
* resolution: => invalid
Comment:
By explicitly specifying the buffer types your teststream class does not
adhere to the stream type requirements. It should accept an arbitrary
ConstBufferSequence (for async_write_some) or MutableBufferSequence (for
async_read_some).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7859#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC