$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Chunking example
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-02 13:29:41
Vinnie Falco wrote:
> Its possible that what you are really asking is how to read a message
> payload incrementally? One of the examples performs a similar operation:
> <http://vinniefalco.github.io/beast/beast/more_examples/http_relay.html>
>
> Something like this should achieve your goal (note, untested):
This preempts one of my questions, I was going to ask for precisely that
example, as it's referenced in the documentation as a use case here:
http://vinniefalco.github.io/stage/beast/review/beast/using_http/parser_stream_operations.html
as
"* Receive a large body using a fixed-size buffer."