diff options
author | deva <deva> | 2010-06-14 12:25:23 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-14 12:25:23 +0000 |
commit | 653eb23b01c2066daccfe9f29ae1044802ef7481 (patch) | |
tree | acf25066c13b090d4d44500c9bd0ec4ba4ae1274 /server/src/connection.h | |
parent | 198b0d886817f2c5bc97cfd11857d4b314dffae3 (diff) |
Isolated all microhttpd code in Httpd class.
Diffstat (limited to 'server/src/connection.h')
-rw-r--r-- | server/src/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__*/ |