$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Chunking example
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-07-02 16:18:52
On 07/02/2017 04:44 PM, Vinnie Falco via Boost wrote:
> If you want the chunk extensions you have to subclass basic_parser
> (not the same as writing a parser). Here's an example of what a
> user-defined subclass could start with:
Chunking is (abstractly speaking) similiar to WebSocket frames, so I
am surprised at how different these solutions are.