rtsp-rs
rtsp-rs copied to clipboard
Discard body data if method does not support body
Specification states that if a message is received with a body when it is not allowed, it should be discarded. The protocol object should handle this, since the decoder does not have enough context to do so in general.