rust/src/librustuv
Alex Crichton 5bfb260cf8 rustuv: Fix a tcp connect timeout bug on windows
When a uv_tcp_t is closed in libuv, it will still invoke the pending connect_cb,
and I thought that it would always call it with ECANCELED, but it turns out that
sometimes we'll get a different error code instead. Handle this case by checking
to see if the request's data is NULL and bail out if so (the timeout expired).
2014-04-19 21:39:30 -07:00
..
access.rs Remove some internal ~[] from several libraries. 2014-04-10 15:21:58 -07:00
addrinfo.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
async.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
file.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
homing.rs
idle.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
lib.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
macros.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
net.rs rustuv: Fix a tcp connect timeout bug on windows 2014-04-19 21:39:30 -07:00
pipe.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
process.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
queue.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
rc.rs
signal.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
stream.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
timer.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
tty.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
uvio.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
uvll.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00