mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Be more permissive while parsing parameter lists #189

Closed na-g closed 4 years ago

na-g commented 4 years ago

Allows spaces between parameters Allows multiple inner semicolons Allows leading and following semicolons

Adds related tests. 95% of this patch is the indention of a large block.