From 546a2ad1f72410fd042625cd44d192804e3ea2d7 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 15 Feb 2008 15:10:22 +0000 Subject: Reverting timeout... --- lib/HttpClient.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/HttpClient.cc b/lib/HttpClient.cc index 618002f..8ae5248 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.17 2008-02-15 14:50:22 pixel Exp $ */ +/* $Id: HttpClient.cc,v 1.18 2008-02-15 15:10:22 pixel Exp $ */ #include #include @@ -28,7 +28,7 @@ t_headers no_headers; -const timeval timeout = { 28, 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; -- cgit v1.2.3