revert change, apparently this doesn't do it

This commit is contained in:
Lion Kortlepel
2021-03-30 16:16:55 +02:00
parent cda8168c58
commit 9860240e24

View File

@@ -139,8 +139,5 @@ std::string Http::POST(const std::string& host, const std::string& target, const
} catch (const std::exception& e) {
error(e.what());
return "-1";
} catch (const boost::system::system_error& e) {
error(e.what());
return "-1";
}
}