try shutdown() the socket after writing

dynamic-accesslists
erdgeist 18 years ago
parent ffc378b2b9
commit d73b83d0f7

@ -409,6 +409,7 @@ emerge:
array_reset(&h->r); array_reset(&h->r);
iob_reset(&h->iob); iob_reset(&h->iob);
free(h); free(h);
shutdown(i, SHUT_RDWR);
io_close(i); io_close(i);
} }
} }

Loading…
Cancel
Save