1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine code, add comments for stat on_disconnect.

This commit is contained in:
winlin 2015-07-08 17:42:35 +08:00
parent db9ea4e66e
commit c6c90e2643
2 changed files with 10 additions and 6 deletions

View file

@ -206,6 +206,7 @@ int SrsRtmpConn::do_cycle()
}
ret = service_cycle();
http_hooks_on_close();
SrsStatistic* stat = SrsStatistic::instance();
stat->on_disconnect(_srs_context->get_id());