Commit f0c59c6c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

RTSP: GET_PARAMETER requests have a body

parent dfb18da5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ static CURLcode rtsp_do(struct connectdata *conn, bool *done)
  case RTSPREQ_GET_PARAMETER:
    /* GET_PARAMETER's no_body status is determined later */
    p_request = "GET_PARAMETER";
    data->set.opt_no_body = FALSE;
    break;
  case RTSPREQ_SET_PARAMETER:
    p_request = "SET_PARAMETER";