diff options
author | pixel <pixel> | 2007-03-27 17:04:10 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-03-27 17:04:10 +0000 |
commit | f30a2b2b7341c6139af685d647c809b05bd3c089 (patch) | |
tree | 82f4fe188a3bfb954969bd1e71bcddab4d19472a /lib/HttpClient.cc | |
parent | 8e7d2bd992d50f614186bf96e027ba832db754f6 (diff) |
Still not working properly, but this will do for now.
Diffstat (limited to 'lib/HttpClient.cc')
-rw-r--r-- | lib/HttpClient.cc | 4 |
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) { |