mirror of https://bitbucket.org/ausocean/av.git
protocol/rtsp: indicate that minResponse size is in bytes
This commit is contained in:
parent
31508f8940
commit
eb6b5a04b0
|
@ -40,7 +40,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// Minimum response size to be considered valid.
|
||||
// Minimum response size to be considered valid in bytes.
|
||||
const minResponse = 2
|
||||
|
||||
var errSmallResponse = errors.New("response too small")
|
||||
|
|
Loading…
Reference in New Issue