Derive header from Fields (API Change)

This commit is contained in:
Vinnie Falco
2017-06-05 19:28:17 -07:00
parent 5f2e7560b6
commit 2af19481a9
35 changed files with 304 additions and 298 deletions

View File

@@ -263,7 +263,7 @@ private:
d.ws.async_accept_ex(
[](beast::websocket::response_type& res)
{
res.fields.insert(
res.insert(
"Server", "async_echo_server");
},
std::move(*this));