From 8ce7db9ba907ad4e826c826af898e1864f25f7bb Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 19 Sep 2022 21:53:40 -0600 Subject: Add ClangTidy configuration and apply fixes --- src/ClientConnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ClientConnection.h') diff --git a/src/ClientConnection.h b/src/ClientConnection.h index 9d5eadd..fee0aeb 100644 --- a/src/ClientConnection.h +++ b/src/ClientConnection.h @@ -7,9 +7,9 @@ class ClientConnection { public: ClientConnection(int socket); - HttpRequest read_request(); + HttpRequest read_request() const; - bool send(const HttpResponse&); + bool send(const HttpResponse&) const; void close_connection(); private: -- cgit v1.2.3