Removed is_handling_requests

This commit is contained in:
yhirose 2018-04-17 13:06:35 -04:00
parent 84e31bdfd4
commit bc051219f9
2 changed files with 0 additions and 3 deletions

View file

@ -209,8 +209,6 @@ public:
bool is_running() const;
void stop();
bool is_handling_requests() const;
protected:
bool process_request(Stream& strm, bool last_connection);