summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r--src/uscxml/URL.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp
index 2aaa46b..7948b3b 100644
--- a/src/uscxml/URL.cpp
+++ b/src/uscxml/URL.cpp
@@ -757,6 +757,7 @@ void URLFetcher::perform() {
case CURLM_BAD_HANDLE:
case CURLM_BAD_EASY_HANDLE:
case CURLE_FILE_COULDNT_READ_FILE:
+ case CURLE_COULDNT_CONNECT:
case CURLM_OUT_OF_MEMORY:
case CURLM_INTERNAL_ERROR:
case CURLM_BAD_SOCKET: