Mercurial
changeset 89:b5e65b01f0a3
Seobeo Tests.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 14:37:37 -0800 |
| parents | a3962e681490 |
| children | 1aeee370837b |
| files | mrjunejune/main.c |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mrjunejune/main.c Thu Jan 01 14:29:36 2026 -0800 +++ b/mrjunejune/main.c Thu Jan 01 14:37:37 2026 -0800 @@ -41,7 +41,6 @@ size_t sub_file_size = 0; char *sub_content = Seobeo_Web_LoadFile(include_name, &sub_file_size); - printf("sub_content %s", sub_content); if (sub_content) { memcpy(final_body + current_offset, sub_content, sub_file_size); @@ -125,5 +124,5 @@ Seobeo_Router_Register("GET", "/tools/markdown_to_html", GetMDToHTML); Seobeo_Router_Register("GET", "/tools/markdown_to_html/index.html", GetRedirectMarkDownToHtml); - Seobeo_Web_Server_Start("mrjunejune/src", "6969", SEOBEO_MODE_EDGE, 2); + Seobeo_Web_Server_Start("mrjunejune/src", "6969", SEOBEO_MODE_EDGE, 3); }