Removed is_handling_requests
This commit is contained in:
parent
84e31bdfd4
commit
bc051219f9
@ -209,8 +209,6 @@ public:
|
|||||||
bool is_running() const;
|
bool is_running() const;
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
bool is_handling_requests() const;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool process_request(Stream& strm, bool last_connection);
|
bool process_request(Stream& strm, bool last_connection);
|
||||||
|
|
||||||
|
@ -365,7 +365,6 @@ protected:
|
|||||||
virtual void TearDown() {
|
virtual void TearDown() {
|
||||||
svr_.stop();
|
svr_.stop();
|
||||||
t_.join();
|
t_.join();
|
||||||
EXPECT_EQ(false, svr_.is_handling_requests());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
map<string, string> persons_;
|
map<string, string> persons_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user