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

patch for undefined CURLE_OBSOLETE16 #106

Closed
wants to merge 1 commit into from

Conversation

robocoder
Copy link
Contributor

No description provided.

@bagder
Copy link
Member

bagder commented Jul 27, 2014

I don't get it. Why do you need CURLE_OBSOLETE16 ? Are you building an app that also uses a VERY old libcurl

@robocoder
Copy link
Contributor Author

The patch makes it consistent with other obsolete/re-used error codes. Plus, it'll be easier to fix here than the 6000+ repos that refer to CURLE_FTP_CANT_RECONNECT.

@bagder
Copy link
Member

bagder commented Jul 27, 2014

Gah, that's a lot! And there's in fact even more references to CURLE_OBSOLETE16 ... I think that convinces me to take the careful route forward and do as you suggest!

bagder pushed a commit that referenced this pull request Jul 28, 2014
Removing defines, even obsolete ones that haven't been used for a very
long time, still break a lot of applications.

Bug: #106
@bagder
Copy link
Member

bagder commented Jul 28, 2014

Merged, thanks!

@bagder bagder closed this Jul 28, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants