mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:47:16 +03:00
Revert "curl: don't set CURLOPT_INTERLEAVEDATA"
This reverts commit9ffad8eb13. It was actually added rather recently in8e8afa82cbdue to a crash that would otherwise happen in the RTSP code. As I don't think we've fixed that behavior yet, we better keep this work-around until we have fixed it better.
This commit is contained in:
parent
4b6f3cff7c
commit
671f0b506c
10 changed files with 10 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
|
||||
/* where to store */
|
||||
my_setopt(curl, CURLOPT_WRITEDATA, &outs);
|
||||
|
||||
my_setopt(curl, CURLOPT_INTERLEAVEDATA, &outs);
|
||||
if(metalink || !config->use_metalink)
|
||||
/* what call to write */
|
||||
my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue