2 Jul
2017
2 Jul
'17
1:29 p.m.
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_stre... as "* Receive a large body using a fixed-size buffer."