Olivier Poitrey
Olivier Poitrey
I guess it's due to this: https://github.com/rs/curlie/blob/master/main.go#L74
I don't remember why I added this exception. I would tend to restore the default curl behavior.
The advantage of the current parsing is that it is a lazy parsing: it adapts to whatever arguments the installed curl version supports.
The context can be background if you don’t want timeout or a context with timeout if you want timeout or be able to cancel.
How do you reproduce?
Why don’t you send a PR?
This is fixed in the HEAD. Please try brew install with the --HEAD option.
Please add the -v option to get more info.
I pushed some fix, but I can't test them as I don't have a mac running El Capitan at hand. Please retry the install with the `--head` option and tell...