From 8068b9b40e3e0dd89aefdb6321ed8b68f75bfccd Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:01:56 +0100 Subject: [PATCH] fix comments --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index bd45deb7..3209020e 100644 --- a/client.go +++ b/client.go @@ -212,7 +212,7 @@ type Client struct { tcpReadBuffer *multibuffer.MultiBuffer tcpWriteMutex sync.Mutex writeMutex sync.RWMutex // publish - writeFrameAllowed bool // publilsh + writeFrameAllowed bool // publish udpReportTimer *time.Timer checkStreamTimer *time.Timer checkStreamInitial bool @@ -544,7 +544,7 @@ func (c *Client) run() { case <-c.keepaliveTimer.C: _, err := c.do(&base.Request{ Method: func() base.Method { - // the vlc integrated rtsp server requires GET_PARAMETER + // the VLC integrated rtsp server requires GET_PARAMETER if c.useGetParameter { return base.GetParameter }