Edit

kc3-lang/libevent

Branch :

  • Show log

    Commit

  • Author : Jardel Weyrich
    Date : 2009-12-30 19:22:23
    Hash : fec66f96
    Message : Improved error handling in evconnlistener_new_async(). Also keeping the fd open because it is not opened by this function, so the caller is responsible for closing it. Additionally, since evconnlistener_new_bind() creates a socket and passes it to the function above, it required error checking to close the same socket.