summaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r--src/httpfetch.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp
index ac743bf77..cd66a80d5 100644
--- a/src/httpfetch.cpp
+++ b/src/httpfetch.cpp
@@ -42,12 +42,8 @@ std::map<unsigned long, std::queue<HTTPFetchResult> > g_httpfetch_results;
PcgRandom g_callerid_randomness;
HTTPFetchRequest::HTTPFetchRequest() :
- url(""),
- caller(HTTPFETCH_DISCARD),
- request_id(0),
timeout(g_settings->getS32("curl_timeout")),
connect_timeout(timeout),
- multipart(false),
useragent(std::string(PROJECT_NAME_C "/") + g_version_hash + " (" + porting::get_sysinfo() + ")")
{
}