replace boost.asio with standalone asio.
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ FormPartPtr FormPart::NewFile(const std::string& name,
|
||||
}
|
||||
|
||||
void FormPart::Prepare(Payload* payload) {
|
||||
using boost::asio::buffer;
|
||||
using asio::buffer;
|
||||
|
||||
if (data_.empty() && !path_.empty()) {
|
||||
if (!utility::ReadFile(path_, &data_)) {
|
||||
|
||||
Reference in New Issue
Block a user