From 30d22f7a18c1813af01c79f1c84d32fcc61e6ce1 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 19 Aug 2025 14:03:35 -0400 Subject: [PATCH] Add server sent events design TODO --- design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/design.md b/design.md index efd4ef5..235e0e9 100644 --- a/design.md +++ b/design.md @@ -105,6 +105,7 @@ See `config.md` for complete configuration documentation. - **Safe shutdown mechanism** with async-signal-safe shutdown() method - **Connection ownership management** with automatic cleanup on server destruction - **Pluggable protocol handlers** via ConnectionHandler interface +- TODO design a way to stream server sent events Key features: - Multi-threaded architecture: separate accept and network thread pools