mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Sync evcom.
This commit is contained in:
2
deps/evcom/evcom.c
vendored
2
deps/evcom/evcom.c
vendored
@@ -866,7 +866,7 @@ on_io_event(EV_P_ ev_io *watcher, int revents)
|
||||
}
|
||||
|
||||
/* SEND LOOP - TRY TO CLEAR THE BUFFER */
|
||||
if (stream->write_action == NULL || !ev_is_active(&stream->write_watcher)) {
|
||||
if (stream->write_action == NULL) {
|
||||
have_write_event = FALSE;
|
||||
} else {
|
||||
r = stream->write_action(stream);
|
||||
|
||||
Reference in New Issue
Block a user