mirror of
https://github.com/aler9/gortsplib
synced 2025-09-26 19:21:20 +08:00
format code (#900)
This commit is contained in:
@@ -280,6 +280,7 @@ func (sc *ServerConn) Session() *ServerSession {
|
||||
func (sc *ServerConn) Transport() *ConnTransport {
|
||||
sc.propsMutex.RLock()
|
||||
defer sc.propsMutex.RUnlock()
|
||||
|
||||
return &ConnTransport{
|
||||
Tunnel: sc.tunnel,
|
||||
}
|
||||
|
Reference in New Issue
Block a user