Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@Jango73 Jango73 released this 08 May 17:42
· 65 commits to master since this release
  • 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