ext/libuv/test/test-connection-fail.c in libuv-0.12.2 vs ext/libuv/test/test-connection-fail.c in libuv-0.12.3
- old
+ new
@@ -44,11 +44,10 @@
static void timer_close_cb(uv_handle_t* handle) {
timer_close_cb_calls++;
}
-static void timer_cb(uv_timer_t* handle, int status) {
- ASSERT(status == 0);
+static void timer_cb(uv_timer_t* handle) {
timer_cb_calls++;
/*
* These are the important asserts. The connection callback has been made,
* but libuv hasn't automatically closed the socket. The user must