summaryrefslogtreecommitdiffstats
path: root/network/uget/curlopt_nosignal.diff
blob: 022c7631445082c7654026771138f0e545f68468 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur uget-1.6.4/uglib/UgPlugin-curl.c uget-1.6.4.patched//uglib/UgPlugin-curl.c
--- uget-1.6.4/uglib/UgPlugin-curl.c	2011-03-27 22:10:11.000000000 -0400
+++ uget-1.6.4.patched//uglib/UgPlugin-curl.c	2011-05-21 16:45:24.000000000 -0400
@@ -280,6 +280,7 @@
 	curl_code = CURLE_FAILED_INIT;
 
 	// Common option ----------------------------------------------------------
+	curl_easy_setopt (curl, CURLOPT_NOSIGNAL , 1);
 	curl_easy_setopt (curl, CURLOPT_URL, common->url);
 	// setup scheme and it's related data (user & password)
 	ug_plugin_curl_set_scheme (plugin, curl);