|
@@ -749,7 +749,7 @@ int do_sockets(int next)
|
|
|
if(session[i]->wdata_size)
|
|
|
session[i]->func_send(i);
|
|
|
|
|
|
- if(session[i]->eof) //func_send can't free a session, this is safe.
|
|
|
+ if(session[i]->flag.eof) //func_send can't free a session, this is safe.
|
|
|
{ //Finally, even if there is no data to parse, connections signalled eof should be closed, so we call parse_func [Skotlex]
|
|
|
session[i]->func_parse(i); //This should close the session immediately.
|
|
|
}
|