Rewrite code for returning information about torrents as JSON (Web UI)

- The new code is simpler, cleaner and more efficient
This commit is contained in:
Christophe Dumez 2012-05-26 20:42:44 +03:00
commit 9a964d871d
19 changed files with 825 additions and 412 deletions

View file

@ -682,7 +682,7 @@ void QBtSession::initWebUi() {
httpServer->close();
}
} else {
httpServer = new HttpServer(3000, this);
httpServer = new HttpServer(this);
}
#ifndef QT_NO_OPENSSL