Boost logo

Boost :

Subject: Re: [boost] [beast] Supporting ICY 200 OK
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-10-01 22:47:03


On 10/02/2017 12:06 AM, Vinnie Falco wrote:

> However, I came up with a very simple technique to make this work with
> Beast by writing just a tiny bit of extra code. The solution is to
> implement a stream wrapper which meets the requirements of
> SyncReadStream[1] and/or AsyncReadStream[2] and forwards the calls to
> read to the "next layer" object, which will be the actual socket or
> ssl::stream.

Sounds like a good solution.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk