$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Beast includes CRLF in HTTP fields
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-07-08 13:27:31
On Sun, Jul 8, 2018 at 12:47 AM, David Demelier via Boost-users
<boost-users_at_[hidden]> wrote:
> I need to make a copy of the Beast's result.
What if there was a way to "detach" the field/value element from the
container so that it could outlive the message? Would that be
sufficient to allow you to avoid making a copy?
Thanks