summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpixel <pixel>2008-07-23 16:08:10 +0000
committerpixel <pixel>2008-07-23 16:08:10 +0000
commit9740c861ac26ba5838ea1d38316800f4b4430a30 (patch)
tree95bf904c0d503ab39e04d350dd7d4d5520a64c11 /lib
parentcf7899c250bb58144702053a864fa482dae4f451 (diff)
Putting away the debug timeout...
Diffstat (limited to 'lib')
-rw-r--r--lib/HttpClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/HttpClient.cc b/lib/HttpClient.cc
index 19d30ef..03cc305 100644
--- a/lib/HttpClient.cc
+++ b/lib/HttpClient.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: HttpClient.cc,v 1.19 2008-07-22 14:31:32 pixel Exp $ */
+/* $Id: HttpClient.cc,v 1.20 2008-07-23 16:08:10 pixel Exp $ */
#include <TaskMan.h>
#include <HttpClient.h>
@@ -28,7 +28,7 @@
t_headers no_headers;
-const timeval timeout = { 12000, 0 };
+const timeval timeout = { 8, 0 };
HttpClient::HttpClient(const String & _url, Handle * _out, const String & _fake_host, t_headers _headers, const Variables & _vars) : url(_url), out(_out), fake_host(_fake_host), headers(_headers), vars(_vars), host(""), uri("") {
int p;