mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 00:50:53 +00:00
revert change, apparently this doesn't do it
This commit is contained in:
@@ -139,8 +139,5 @@ std::string Http::POST(const std::string& host, const std::string& target, const
|
|||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
error(e.what());
|
error(e.what());
|
||||||
return "-1";
|
return "-1";
|
||||||
} catch (const boost::system::system_error& e) {
|
|
||||||
error(e.what());
|
|
||||||
return "-1";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user