This commit is contained in:
PolynomialDivision 2018-02-11 22:05:16 +01:00
parent 98bdeb0b23
commit e5cb258b2b

View file

@ -64,7 +64,7 @@ static void client_notify_state(struct ustream *s) {
fprintf(stderr, "eof!, pending: %d, total: %d\n", s->w.data_bytes, cl->ctr);
// TODO: REMOVE CLIENT FROM LIST!
// TODO: REMOVE CLIENT FROM LIST! OR NOT?
if (!s->w.data_bytes)
return client_close(s);