listener: use rb_close_pending_fds() in close_listeners()
This commit is contained in:
parent
ad2421c74e
commit
0ab6dbbc65
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ close_listeners()
|
|||
listener_next = listener->next;
|
||||
close_listener(listener);
|
||||
}
|
||||
rb_close_pending_fds();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue