(session *httpts.SubSession)
| 144 | } |
| 145 | |
| 146 | func (group *Group) delHttptsSubSession(session *httpts.SubSession) { |
| 147 | Log.Debugf("[%s] [%s] del httpts SubSession from group.", group.UniqueKey, session.UniqueKey()) |
| 148 | delete(group.httptsSubSessionSet, session) |
| 149 | } |
| 150 | |
| 151 | func (group *Group) delRtspSubSession(session *rtsp.SubSession) { |
| 152 | Log.Debugf("[%s] [%s] del rtsp SubSession from group.", group.UniqueKey, session.UniqueKey()) |
no test coverage detected