h1_acceptor (h1 v0.2.1)
View SourceHTTP/1.1 acceptor loop.
One lightweight process per acceptor. Blocks on accept against a shared listen socket, spawns a server loop for each accepted connection, and transfers socket ownership to it.
The TLS handshake runs inside the server-loop process (not here) so one slow handshake never blocks the accept queue.