]> granicus.if.org Git - libevent/commit
When connect() succeeds immediately, don't invoke the callback immediately.
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Feb 2010 19:50:44 +0000 (14:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Feb 2010 19:50:44 +0000 (14:50 -0500)
commit7515de91fe6c721d304d06cedc8af8d334916eaf
tree0679e4220e982f0daa139e381d03ac2b6432f375
parentb72be50d7a3ff0f69f440edafd5ad5fd86e0c2d9
When connect() succeeds immediately, don't invoke the callback immediately.

We need this to get unit tests to pass on freebsd.
bufferevent_sock.c