- CHTTPServer - Has incompatible API changes
** Removed obsolete classes CClientData and CRequestProcessor
** Created a class CHTTPRequestProcessor to implement per-socket work
** Use of QThread instead of QRunnable for request processor (needed sleep facilities)
** Handlers now receive a CWebContext instead of a QTcpSocket - CRemoteControl
** Fixed crash issues, cleaned up code