mochi / mochiweb

MochiWeb is an Erlang library for building lightweight HTTP servers.
Other
1.86k stars 474 forks source link

Handle {shutdown, Error} when recycling acceptor pids #242

Closed nickva closed 2 years ago

nickva commented 2 years ago

After https://github.com/mochi/mochiweb/pull/238 acceptor processes would exit with {shutdown, Error} on timeouts and other errors which were normal before.