diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 21:46:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 21:46:19 +0000 |
commit | e3d229ec106cde915669aed8dc076dde2fafb2fa (patch) | |
tree | 6063f3c0e48ab99960acd730517bce1eeaa2347a /src | |
parent | 07dc7793d01039b7569bfb63b0dd1fbcea5f53d8 (diff) |
Serves faster now :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4312 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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("<HTML><H1>COWS.</H1></HTML>"); - this->timeout_end = TIME + 1; + this->timeout_end = TIME; this->SetState(I_CONNECTING); } } |