Mercurial
diff seobeo/seobeo_internal.h @ 36:84672efec192
[Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 09 Nov 2025 06:25:16 -0800 |
| parents | 875bb6e10db7 |
| children | ea9ef388ab97 |
line wrap: on
line diff
--- a/seobeo/seobeo_internal.h Thu Oct 30 09:53:22 2025 -0700 +++ b/seobeo/seobeo_internal.h Sun Nov 09 06:25:16 2025 -0800 @@ -66,6 +66,7 @@ // --- Serving using Edge --- // extern void *Seobeo_Web_Edge_Worker(void *vargs); extern void Seobeo_Web_Edge(Seobeo_PHandle p_server_handle, int thread_count, Dowa_PHashMap p_html_cache); +extern void Seobeo_Web_Edge_2(Seobeo_PHandle p_server_handle, Dowa_PHashMap p_html_cache); #endif