From 9586adef937e56f632c82661b05b3b5e1ea83245 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 18 May 2022 22:09:45 +0300 Subject: [#2227] restore initial packet options --- src/lib/http/response.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/http') diff --git a/src/lib/http/response.h b/src/lib/http/response.h index 26b1f8298f..0ba54fdc9a 100644 --- a/src/lib/http/response.h +++ b/src/lib/http/response.h @@ -202,8 +202,6 @@ public: /// sure to call @c finalize prior to calling this method. virtual std::string toString() const; -protected: - /// @brief Returns current time formatted as required by RFC 1123. /// /// This method is virtual so as it can be overridden in unit tests -- cgit v1.2.3