ngraziano / SharpRTSP

A RTSP handling library
Other
519 stars 181 forks source link

Bug in RtspClient request options response parsing #113

Closed Revan1985 closed 3 months ago

Revan1985 commented 3 months ago

Hi, I have done a little modification in the RtspClient. parsing the message header response with just a space is ignoring the GET_PARAMETER equal check, since splitted values contains a comma. Splitting by comma should be the right way to use it.

(I am sorry, but I am not able to understand how to provide a right test case for this change...) 😞