summaryrefslogtreecommitdiffstats
path: root/src/io/http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/http.cpp')
-rw-r--r--src/io/http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/http.cpp b/src/io/http.cpp
index 657e6ac6a..dfaa59a31 100644
--- a/src/io/http.cpp
+++ b/src/io/http.cpp
@@ -125,7 +125,7 @@ Glib::ustring get_file(Glib::ustring uri, uint timeout, callback func) {
// Only then do we get the http request
SoupMessage *msg = soup_message_new_from_uri("GET", s_uri);
- SoupSession *session = soup_session_sync_new();
+ SoupSession *session = soup_session_new();
#ifdef DEBUG_HTTP
SoupLogger *logger;