mirror of
https://github.com/aler9/gortsplib
synced 2025-10-27 17:21:22 +08:00
update golangci-lint
This commit is contained in:
@@ -191,7 +191,6 @@ func (sc *ServerConn) run() {
|
||||
return liberrors.ErrServerTerminated{}
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
err := req.Read(sc.br)
|
||||
if err != nil {
|
||||
@@ -522,7 +521,6 @@ func (sc *ServerConn) handleRequestOuter(req *base.Request) error {
|
||||
// start background write
|
||||
sc.tcpFrameBackgroundWriteDone = make(chan struct{})
|
||||
go sc.tcpFrameBackgroundWrite()
|
||||
|
||||
} else {
|
||||
if sc.tcpFrameIsRecording {
|
||||
sc.tcpFrameTimeout = false
|
||||
|
||||
Reference in New Issue
Block a user