-
Notifications
You must be signed in to change notification settings - Fork 130
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
Bugfix/add support curl8 #89
base: master
Are you sure you want to change the base?
Conversation
Hi @andelf |
Some test results curl used:
go-curl examples:
Some breakage found... but this could have been broken before I touched anything. Can't be sure as I did not setup curl7 to compare:
^--I'm not thrilled with finding a bug I can't fix. Overall since the PR gets most examples working on newer systems, it does seem the better outcome. |
**HELP WANTED: Haven't given up but I am spinning wheels in mud..** Current Error:
OK, not defined. So now I'm editing Before my PR, repo's OPT_RESOVE definition looked like:
My assumption is that all the old #ifdefs were written assuming Curl version 7.
...but same error -- in Next, tried hardcoding it enabled:
Still same error. I don't think I introduced this error, but knowing it's there makes the PR harder to merge. |
CHANGES:
IF MERGED:
TESTING:
go run
various use cases from the examples directory, using curl 8, on macOS.