comparison 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
comparison
equal deleted inserted replaced
35:33b1caf051cd 36:84672efec192
64 extern void Seobeo_Web_SSL_Cleanup(); // Not used 64 extern void Seobeo_Web_SSL_Cleanup(); // Not used
65 65
66 // --- Serving using Edge --- // 66 // --- Serving using Edge --- //
67 extern void *Seobeo_Web_Edge_Worker(void *vargs); 67 extern void *Seobeo_Web_Edge_Worker(void *vargs);
68 extern void Seobeo_Web_Edge(Seobeo_PHandle p_server_handle, int thread_count, Dowa_PHashMap p_html_cache); 68 extern void Seobeo_Web_Edge(Seobeo_PHandle p_server_handle, int thread_count, Dowa_PHashMap p_html_cache);
69 extern void Seobeo_Web_Edge_2(Seobeo_PHandle p_server_handle, Dowa_PHashMap p_html_cache);
69 70
70 #endif 71 #endif
71 72