Mercurial
diff seobeo/os/s_macos_edge.c @ 183:a8976a008a9d
[BenchMark] Added bun bench mark to test seoboe vs other popular benchmarks.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 21:19:08 -0800 |
| parents | 75de5903355c |
| children |
line wrap: on
line diff
--- a/seobeo/os/s_macos_edge.c Thu Jan 22 21:23:17 2026 -0800 +++ b/seobeo/os/s_macos_edge.c Fri Jan 23 21:19:08 2026 -0800 @@ -60,7 +60,8 @@ kevent(kq, &del_kev, 1, NULL, 0, NULL); // Handle request (this function destroys the handle internally) - Seobeo_Web_HandleClientRequest(h, args->cache); + // TODO: Add keep-alive support for macOS like Linux version + Seobeo_Web_ClientHandle_Request(h, args->cache, FALSE); } } }