From f30a2b2b7341c6139af685d647c809b05bd3c089 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 27 Mar 2007 17:04:10 +0000 Subject: Still not working properly, but this will do for now. --- lib/HttpClient.cc | 4 ++-- 1 file 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) { -- cgit v1.2.3