summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/HttpClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/HttpClient.cc b/lib/HttpClient.cc
index 0d55391..4bcab08 100644
--- a/lib/HttpClient.cc
+++ b/lib/HttpClient.cc
@@ -98,7 +98,7 @@ int HttpClient::Do() throw (GeneralException) {
Suspend(TASK_ON_HOLD);
}
-#if 0
+#if 1
c = new CopyJob(&Client, &b);
current = 4;
WaitFor(c);
@@ -180,7 +180,7 @@ int HttpClient::Do() throw (GeneralException) {
}
String HttpClient::GetStatus() {
- return "";
+ return status;
}
void HttpClient::DecodeURL() throw (GeneralException) {