From 9d5e8d5b2ab5ff406da3f956db1a8c1716af4cbd Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 26 Jul 2025 03:39:46 +0300 Subject: Minor changes Command processing uses end_idx instead of line length. Additional check if the line ends only with \n, not \r\n. Changed buffer offset when transferring data to the client (change_out_buffer). Check select() for errors changed to -1. Fixed index.html (title) --- test_files/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_files') diff --git a/test_files/index.html b/test_files/index.html index 1dfbbed..f27374b 100644 --- a/test_files/index.html +++ b/test_files/index.html @@ -1,7 +1,7 @@ -Welcome to nginx! +Welcome to scratko's server!