mirror of https://github.com/c-ares/c-ares.git
In some circumstances a file descriptor can be closed, then a new file descriptor pointing to a different endpoint can be opened. These events must not be merged, a delete must always be processed since they are not actually pointing to the same connection even though the file descriptor itself is the same, the OS just re-used it. Fix By: Brad House (@bradh352)v1.26
parent
32d49f38a2
commit
81a7d17ed5
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue