Browse Source

Fixed missing response

master
Artyom Beilis 14 years ago
parent
commit
e9d85fbbad
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hello_world.cpp

+ 1
- 0
hello_world.cpp View File

@@ -62,6 +62,7 @@ public:
broadcast();
}
}
response().finalize();
release_context()->async_complete_response();
}
void get(std::string no)


Loading…
Cancel
Save