summaryrefslogtreecommitdiff
path: root/src/HttpServer.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-23 00:32:02 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-23 00:32:02 -0800
commite977ca1e5f6a10bab7af8b2736591f709783566f (patch)
treed6bba8b988373bb73dc1e6e4f3fb66ae28c4b7c5 /src/HttpServer.cc
parenta12275a467c72ff429af64e477ba1e3bad3d6d79 (diff)
Few minor fixes...
Diffstat (limited to 'src/HttpServer.cc')
-rw-r--r--src/HttpServer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HttpServer.cc b/src/HttpServer.cc
index 8eea5bb..921da3b 100644
--- a/src/HttpServer.cc
+++ b/src/HttpServer.cc
@@ -559,6 +559,7 @@ bool Balau::HttpWorker::handleClient() {
auto f = m_server->findAction(uri.to_charp(), host.to_charp());
if (f.action) {
+ setOkayToEAgain(false);
m_strm->detach();
IO<OutputCheck> out(new OutputCheck(m_socket));
Http::Request req;