mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
do not close tcp
This commit is contained in:
parent
e5cb258b2b
commit
5f59706aa5
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ 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! OR NOT?
|
||||
if (!s->w.data_bytes)
|
||||
return client_close(s);
|
||||
//if (!s->w.data_bytes)
|
||||
// return client_close(s);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue