$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Automatic content-length?
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-02 14:31:37
> A real server would use persistent connections, but there any many unreal
> ones that just close the connection at the end of the response.
Exhibit A:
https://github.com/vinniefalco/Beast/blob/master/example/http-server-fast/http_server_fast.cpp#L155