From 8523bcd5cd608084cc8f8596b63a1cf2aafd95e7 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Thu, 12 Jun 2025 22:02:50 -0500 Subject: [PATCH] move epoll socket, big optimizations --- http_response.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 http_response.hpp diff --git a/http_response.hpp b/http_response.hpp new file mode 100644 index 0000000..e9be53f --- /dev/null +++ b/http_response.hpp @@ -0,0 +1,8 @@ +// +// Created by sky on 6/12/25. +// + +#ifndef HTTP_RESPONSE_H +#define HTTP_RESPONSE_H + +#endif //HTTP_RESPONSE_H