From 653eb23b01c2066daccfe9f29ae1044802ef7481 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 14 Jun 2010 12:25:23 +0000 Subject: Isolated all microhttpd code in Httpd class. --- server/src/connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/connection.h') diff --git a/server/src/connection.h b/server/src/connection.h index 61997da..f1735a8 100644 --- a/server/src/connection.h +++ b/server/src/connection.h @@ -58,6 +58,8 @@ private: TransactionParser parser; std::string response; + + bool parser_complete; }; #endif/*__PRACRO_CONNECTION_H__*/ -- cgit v1.2.3