diff options
-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); } } |