Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37ddc8fc authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 251c04b1: Merge "Unsolicited server responses cause RTSP streaming to crash"

* commit '251c04b1':
  Unsolicited server responses cause RTSP streaming to crash
parents 7b7f17dc 251c04b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -830,6 +830,7 @@ status_t ARTSPConnection::findPendingRequest(

    if (i < 0) {
        // This is an unsolicited server->client message.
        *index = -1;
        return OK;
    }