We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e31bd commit bc05121Copy full SHA for bc05121
httplib.h
@@ -209,8 +209,6 @@ class Server {
209
bool is_running() const;
210
void stop();
211
212
- bool is_handling_requests() const;
213
-
214
protected:
215
bool process_request(Stream& strm, bool last_connection);
216
test/test.cc
@@ -365,7 +365,6 @@ class ServerTest : public ::testing::Test {
365
virtual void TearDown() {
366
svr_.stop();
367
t_.join();
368
- EXPECT_EQ(false, svr_.is_handling_requests());
369
}
370
371
map<string, string> persons_;
0 commit comments