Fix handling of simultaneous connections in Web UI.

May be related to issue #68.
This commit is contained in:
Christophe Dumez
2012-09-29 14:11:07 +03:00
parent 51aae059e3
commit 32bfd8741f
2 changed files with 10 additions and 10 deletions

View File

@@ -88,6 +88,7 @@ private:
HttpServer *m_httpserver;
HttpRequestParser m_parser;
HttpResponseGenerator m_generator;
QByteArray m_receivedData;
};
#endif