diff --git a/src/session.h b/src/session.h index cf84f9b..fc3bf2b 100644 --- a/src/session.h +++ b/src/session.h @@ -33,11 +33,6 @@ class Session : public SessionBase, public std::enable_shared_from_this -void Session::HandleRequest(SessionBase::HttpRequest&& request) -{ - -} } // namespace http_server \ No newline at end of file