mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
tcp
This commit is contained in:
parent
98bdeb0b23
commit
e5cb258b2b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue