Clean shutdown behavior, signal handling

This commit is contained in:
flamingcow
2019-05-10 00:40:38 -07:00
parent b5b0cbd599
commit 88b1131104
7 changed files with 90 additions and 14 deletions

View File

@@ -147,4 +147,8 @@ int Connection::Read() {
return -1;
}
uint64_t Connection::Requests() const {
return requests_;
}
} // namespace firecgi