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

Can't set MAXCONNECTS #280

Closed
paulodiniz opened this issue Jan 20, 2016 · 1 comment
Closed

Can't set MAXCONNECTS #280

paulodiniz opened this issue Jan 20, 2016 · 1 comment

Comments

@paulodiniz
Copy link
Contributor

When trying to set CURLOPT_MAXCONNECTS (http://curl.haxx.se/libcurl/c/CURLOPT_MAXCONNECTS.html) curb throws a type error

easy.set(Curl::CURLOPT_MAXCONNECTS, 100)

or

easy.set(:maxconnects, 100)

throw

Curb doesn't support setting 71 [#71] option (TypeError)
@paulodiniz
Copy link
Contributor Author

PR: #281

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

No branches or pull requests

1 participant