mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
server: rewrite timeout system
This commit is contained in:
@@ -127,10 +127,11 @@ type ServerHandlerOnPause interface {
|
||||
|
||||
// ServerHandlerOnGetParameterCtx is the context of a GET_PARAMETER request.
|
||||
type ServerHandlerOnGetParameterCtx struct {
|
||||
Conn *ServerConn
|
||||
Req *base.Request
|
||||
Path string
|
||||
Query string
|
||||
Session *ServerSession
|
||||
Conn *ServerConn
|
||||
Req *base.Request
|
||||
Path string
|
||||
Query string
|
||||
}
|
||||
|
||||
// ServerHandlerOnGetParameter can be implemented by a ServerHandler.
|
||||
|
Reference in New Issue
Block a user