Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit d290e2c

Browse files
committed
drain stdin before handling EPOLLHUP
1 parent 8fcd1cb commit d290e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playpen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ int main(int argc, char **argv) {
539539
continue;
540540
}
541541
stdin_bytes_read = 0;
542+
continue;
542543
}
543544
}
544545

0 commit comments

Comments
 (0)