Mercurial
diff seobeo/s_web.c @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 6de849867459 bdcc610eeed8 |
| children | 71ad34a8bc9a |
line wrap: on
line diff
--- a/seobeo/s_web.c Sat Jan 10 13:35:09 2026 -0800 +++ b/seobeo/s_web.c Mon Jan 19 18:59:10 2026 -0800 @@ -219,6 +219,7 @@ goto clean_up; } + Seobeo_Log(SEOBEO_DEBUG, "Serving Static Files\n"); // Serve static file const char *mime = "application/octet-stream"; if (strstr(file_path, ".html")) mime = "text/html; charset=utf-8";