From f416d651f3d6551aa0efbcdb8b5838269de9bff3 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 2 Aug 2013 15:52:29 -0700 Subject: Forgot to pass on the timeout event here. --- src/HttpServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/HttpServer.cc') diff --git a/src/HttpServer.cc b/src/HttpServer.cc index 2bc0710..140fe78 100644 --- a/src/HttpServer.cc +++ b/src/HttpServer.cc @@ -488,7 +488,7 @@ bool Balau::HttpWorker::handleClient() { while (true) { try { - m_strm->forceRead(postData, length); + m_strm->forceRead(postData, length, &evtTimeout); break; } catch (EAgain) { -- cgit v1.2.3