17 Oct
2005
17 Oct
'05
1:27 p.m.
Joe Maimon <jmaimon@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.