From e3d229ec106cde915669aed8dc076dde2fafb2fa Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 21:46:19 +0000 Subject: Serves faster now :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4312 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_http.cpp b/src/modules/m_http.cpp index fa31114ff..63ac802bd 100644 --- a/src/modules/m_http.cpp +++ b/src/modules/m_http.cpp @@ -82,7 +82,7 @@ class HttpSocket : public InspSocket InternalState = HTTP_SERVE_SEND_DATA; this->Write("

COWS.

"); - this->timeout_end = TIME + 1; + this->timeout_end = TIME; this->SetState(I_CONNECTING); } } -- cgit v1.2.3