Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set range as null after easy_perform #2106

Closed
young66 opened this issue Nov 23, 2017 · 1 comment
Closed

set range as null after easy_perform #2106

young66 opened this issue Nov 23, 2017 · 1 comment

Comments

@young66
Copy link

young66 commented Nov 23, 2017

my_curl_easy_perform(curl);

after my_curl_easy_perform , should add this

  //set range as null , or will send range header within the after request include teardown.
  my_curl_easy_setopt(curl, CURLOPT_RANGE, NULL);
@bagder
Copy link
Member

bagder commented Nov 23, 2017

Thanks!

@bagder bagder closed this as completed in ed22d86 Nov 23, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants