diff --git a/src/http.cpp b/src/http.cpp index e05b1a3..0c69d42 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -1,6 +1,6 @@ /* This file is part of mastodon-cpp. * Copyright © 2018, 2019 tastytea - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3. @@ -57,7 +57,7 @@ return_call API::http::request(const method &meth, string answer; ttdebug << "Path is: " << path << '\n'; - + try { curlpp::Easy request; @@ -123,7 +123,7 @@ return_call API::http::request(const method &meth, default: break; } - + //request.setOpt(true); answer.clear();