Update to use latest beast

This commit is contained in:
Miguel Portilla
2017-07-10 19:09:58 -04:00
parent 61316c7f95
commit 95f107d487
29 changed files with 326 additions and 244 deletions

View File

@@ -130,7 +130,7 @@ public:
}
req.body = to_string(jr);
}
req.prepare();
req.prepare_payload();
write(stream_, req);
response<dynamic_body> res;