Skip to content

Commit bc05121

Browse files
committed
Removed is_handling_requests
1 parent 84e31bd commit bc05121

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

httplib.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ class Server {
209209
bool is_running() const;
210210
void stop();
211211

212-
bool is_handling_requests() const;
213-
214212
protected:
215213
bool process_request(Stream& strm, bool last_connection);
216214

test/test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ class ServerTest : public ::testing::Test {
365365
virtual void TearDown() {
366366
svr_.stop();
367367
t_.join();
368-
EXPECT_EQ(false, svr_.is_handling_requests());
369368
}
370369

371370
map<string, string> persons_;

0 commit comments

Comments
 (0)