back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/test_files
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2025-07-26 03:39:46 +0300
committerscratko <m@scratko.xyz>2025-07-26 03:50:32 +0300
commit9d5e8d5b2ab5ff406da3f956db1a8c1716af4cbd (patch)
treec1f876523e885fb8020805a0d1dd05c3403ce9b0 /test_files
parent1f111dd2882ff2cb85fede51e8654118356600e5 (diff)
downloadhttp-server-9d5e8d5b2ab5ff406da3f956db1a8c1716af4cbd.tar.gz
http-server-9d5e8d5b2ab5ff406da3f956db1a8c1716af4cbd.tar.bz2
http-server-9d5e8d5b2ab5ff406da3f956db1a8c1716af4cbd.zip
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)
Diffstat (limited to 'test_files')
-rw-r--r--test_files/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<!DOCTYPE html>
<html>
<head>
-<title>Welcome to nginx!</title>
+<title>Welcome to scratko's server!</title>
<style>
body {
width: 35em;