RTSP: GET_PARAMETER requests have a body
Bug: http://curl.haxx.se/bug/view.cgi?id=3383692
This commit is contained in:
parent
dfb18da5dc
commit
f0c59c6c2c
@ -294,6 +294,7 @@ static CURLcode rtsp_do(struct connectdata *conn, bool *done)
|
|||||||
case RTSPREQ_GET_PARAMETER:
|
case RTSPREQ_GET_PARAMETER:
|
||||||
/* GET_PARAMETER's no_body status is determined later */
|
/* GET_PARAMETER's no_body status is determined later */
|
||||||
p_request = "GET_PARAMETER";
|
p_request = "GET_PARAMETER";
|
||||||
|
data->set.opt_no_body = FALSE;
|
||||||
break;
|
break;
|
||||||
case RTSPREQ_SET_PARAMETER:
|
case RTSPREQ_SET_PARAMETER:
|
||||||
p_request = "SET_PARAMETER";
|
p_request = "SET_PARAMETER";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user