mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Removed is_handling_requests
This commit is contained in:
parent
84e31bdfd4
commit
bc051219f9
2 changed files with 0 additions and 3 deletions
|
@ -365,7 +365,6 @@ protected:
|
|||
virtual void TearDown() {
|
||||
svr_.stop();
|
||||
t_.join();
|
||||
EXPECT_EQ(false, svr_.is_handling_requests());
|
||||
}
|
||||
|
||||
map<string, string> persons_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue