995d269 Don't recursively call ares_process_fd() from fd_event()

1 file Authored by mnagy 14 years ago, Committed by sgallagh 14 years ago,
    Don't recursively call ares_process_fd() from fd_event()
    
    Since ares_process_fd() might also cause fd_event() to be called again,
    calling ares_process_fd() is unwise. The bug will cause a crash if
    c-ares is using tcp connections.
    
    Fixes: #384
    
        
file modified
+0 -17