make the accepted connections non-blocking, too
This commit is contained in:
parent
f1c7c0462b
commit
c080055248
@ -48,6 +48,7 @@ main() {
|
||||
buffer_puts(buffer_2," (fd ");
|
||||
buffer_putulong(buffer_2,n);
|
||||
buffer_puts(buffer_2,")");
|
||||
io_nonblock(n);
|
||||
if (io_fd(n)) {
|
||||
io_wantread(n);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user