summaryrefslogtreecommitdiff
path: root/src/ClientConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientConnection.h')
-rw-r--r--src/ClientConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientConnection.h b/src/ClientConnection.h
index 6fdf99e..55be620 100644
--- a/src/ClientConnection.h
+++ b/src/ClientConnection.h
@@ -8,8 +8,8 @@ public:
void dump_request_data();
- bool send(const HttpResponse&, const char*);
- void close();
+ bool send(const HttpResponse&);
+ void close_connection();
private:
int m_socket_fd;
bool m_is_open { true };