summaryrefslogtreecommitdiff
path: root/src/modules/m_http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_http.cpp')
-rw-r--r--src/modules/m_http.cpp2
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);
}
}