Joe Maimon <jmaimon at ttec.com> wrote: > apparently on a HUP rl_deinit() is called from listen_free() from > read_mainconfig() > > That deletes all requests and asserts that nobody is using any of them. Whoops. listen_bind() re-uses the FD on re-init, and it should re-use the request list, too. I'll commit a patch in a few minutes. Alan DeKok.