From 301d408647ddbb305cb3a95c2412d82a4c6a2234 Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:33:29 +0100 Subject: [PATCH] tst --- src/performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performance.c b/src/performance.c index 586a108..5ae398c 100644 --- a/src/performance.c +++ b/src/performance.c @@ -18,7 +18,7 @@ static pthread_mutex_t mmap_cache_mutex = PTHREAD_MUTEX_INITIALIZER; static buffer_pool_t *buffer_pool = NULL; static pthread_mutex_t buffer_pool_mutex = PTHREAD_MUTEX_INITIALIZER; - + // Pre-allocated response headers const char *response_200_header = "HTTP/1.1 200 OK\r\n"; const char *response_404_header = "HTTP/1.1 404 Not Found\r\n\r\nFile Not Found";