1. 10 Jun, 2021 1 commit
    • Allow reading RTSP message body by Content-Length. · c15acdf0
      Related to Issue: #8941.
      
      RTSP message body's format is not regulated by the RTSP spec, meaning it can
      use either CRLF or LF as its line terminator. The old code assumes every line
      ends with CRLF (RTSP message and the message body); the new code will rely on
      the Content-Length information to receive the bytes for the message body.
      
      #minor-release
      
      PiperOrigin-RevId: 377475565
      claincly committed
  2. 07 Jun, 2021 2 commits
  3. 06 Jun, 2021 34 commits
  4. 03 Jun, 2021 2 commits
  5. 17 May, 2021 1 commit