diff options
-rw-r--r-- | lib/rtsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rtsp.c b/lib/rtsp.c index 3ce8ad51e..198c25dc1 100644 --- a/lib/rtsp.c +++ b/lib/rtsp.c @@ -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"; |