comparison 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
comparison
equal deleted inserted replaced
179:8d17f6e6e290 183:a8976a008a9d
58 .flags = EV_DELETE, 58 .flags = EV_DELETE,
59 }; 59 };
60 kevent(kq, &del_kev, 1, NULL, 0, NULL); 60 kevent(kq, &del_kev, 1, NULL, 0, NULL);
61 61
62 // Handle request (this function destroys the handle internally) 62 // Handle request (this function destroys the handle internally)
63 Seobeo_Web_HandleClientRequest(h, args->cache); 63 // TODO: Add keep-alive support for macOS like Linux version
64 Seobeo_Web_ClientHandle_Request(h, args->cache, FALSE);
64 } 65 }
65 } 66 }
66 } 67 }
67 68
68 close(kq); 69 close(kq);