back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/http_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor changesscratko2025-07-261-28/+38
| | | | | | | | 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)
* Bug fixesscratko2024-08-011-11/+18
|
* Initial commitscratko2024-07-171-0/+580