This commit is contained in:
aler9
2020-01-26 16:18:41 +01:00
parent 473e05c17f
commit 9e5868a1b8
8 changed files with 30 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const (
_MAX_HEADER_VALUE_LENGTH = 255
)
// Header is a RTSP reader, present in both Requests and Responses.
type Header map[string][]string
func readHeader(rb *bufio.Reader) (Header, error) {