$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Version 80: code review opportunity
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-14 11:05:13
On Fri, Jul 14, 2017 at 2:19 AM, Thorsten Ottosen via Boost
<boost_at_[hidden]> wrote:
> It is certainly unusual to make so much work during a review! :-)
This is just the normal pace of Beast development.
> We now use POCO's http server. The
> amount of code I had to write was very low. Basically I only had to
> implement a request handler:
> ...
> Now I don't like the OO'pattern that fores me to new handlers, but otherwise
> the shortness of it is pretty sweet. Perhaps beast could consider to have
> such high-level functionality.
That's definitely a future plan although it might appear in a
different library rather than Beast.