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

[Libcurl] 404 fix + misc. tweaks #7137

Merged
merged 2 commits into from
May 15, 2015
Merged

Conversation

arnova
Copy link
Member

@arnova arnova commented May 14, 2015

This PR contains the "safe" fixes from #7073 . It mainly fixes an issue where we hammer remote servers when getting a 404. Furthermore we should only retry without range set when we encounter an actual http range-error, not all http-errors.

@wsnipex
Copy link
Member

wsnipex commented May 14, 2015

looks good

@Paxxi
Copy link
Member

Paxxi commented May 14, 2015

+1 feel free to merge

@arnova
Copy link
Member Author

arnova commented May 14, 2015

jenkins build this please and merge

@fritsch
Copy link
Member

fritsch commented May 14, 2015

I think it won't merge :-)

MartijnKaijser added a commit that referenced this pull request May 15, 2015
[Libcurl] 404 fix + misc. tweaks
@MartijnKaijser MartijnKaijser merged commit cbf1f34 into xbmc:master May 15, 2015
@MartijnKaijser MartijnKaijser added this to the Isengard 15.0-beta2 milestone May 15, 2015
@arnova arnova deleted the curl_404_fix branch January 10, 2016 10:49
// Check response code
long response;
if (CURLE_OK == g_curlInterface.easy_getinfo(m_easyHandle, CURLINFO_RESPONSE_CODE, &response))
return response;

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants