GET /sessions returns the title info.

This commit is contained in:
Ben Vanik
2013-12-20 23:44:22 -08:00
parent 1461792289
commit 8a7bd7b69a
11 changed files with 101 additions and 7 deletions

View File

@@ -44,6 +44,10 @@ DebugServer::~DebugServer() {
}
int DebugServer::Startup() {
return 0;
}
int DebugServer::BeforeEntry() {
// HACK(benvanik): say we are ok even if we have no listener.
if (!protocols_.size()) {
return 0;