summaryrefslogtreecommitdiffstats
path: root/src/lib/http
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-05-18 21:09:45 +0200
committerRazvan Becheriu <razvan@isc.org>2022-05-19 19:29:57 +0200
commit9586adef937e56f632c82661b05b3b5e1ea83245 (patch)
tree486b1cd08b9ecb353dbd20580067e9ba374f228c /src/lib/http
parent[#2227] reverted changes in CB (diff)
downloadkea-9586adef937e56f632c82661b05b3b5e1ea83245.tar.xz
kea-9586adef937e56f632c82661b05b3b5e1ea83245.zip
[#2227] restore initial packet options
Diffstat (limited to 'src/lib/http')
-rw-r--r--src/lib/http/response.h2
1 files changed, 0 insertions, 2 deletions
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