ngraziano / SharpRTSP

A RTSP handling library
Other
557 stars 182 forks source link

Bug in RtspClient request options response parsing #113

Closed Revan1985 closed 8 months ago

Revan1985 commented 8 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...) 😞