summaryrefslogtreecommitdiff
path: root/src/ClientConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientConnection.h')
-rw-r--r--src/ClientConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientConnection.h b/src/ClientConnection.h
index b322c07..9d5eadd 100644
--- a/src/ClientConnection.h
+++ b/src/ClientConnection.h
@@ -11,6 +11,7 @@ public:
bool send(const HttpResponse&);
void close_connection();
+
private:
int m_socket_fd;
bool m_is_open { true };