Simplify some type trait expressions

fix #466
This commit is contained in:
Vinnie Falco
2018-04-26 17:30:46 -07:00
parent 22e3f014ad
commit c592782a1b
6 changed files with 22 additions and 23 deletions
@@ -88,7 +88,8 @@ public:
private:
using alloc_t = fields_alloc<char>;
using request_body_t = http::basic_dynamic_body<boost::beast::flat_static_buffer<1024 * 1024>>;
//using request_body_t = http::basic_dynamic_body<boost::beast::flat_static_buffer<1024 * 1024>>;
using request_body_t = http::string_body;
// The acceptor used to listen for incoming connections.
tcp::acceptor& acceptor_;