1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Sort out cURL timeouts and increase default

This commit is contained in:
sfan5
2021-04-02 00:19:39 +02:00
committed by GitHub
parent 3560691c0a
commit 34888a914e
8 changed files with 18 additions and 73 deletions

View File

@@ -22,9 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <json/json.h>
#include <ostream>
Json::Value fetchJsonValue(const std::string &url,
std::vector<std::string> *extra_headers);
void fastWriteJson(const Json::Value &value, std::ostream &to);
std::string fastWriteJson(const Json::Value &value);