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

Error in EvHttpClient::makeRequest #3

Open
andreysm opened this issue Apr 20, 2016 · 1 comment
Open

Error in EvHttpClient::makeRequest #3

andreysm opened this issue Apr 20, 2016 · 1 comment

Comments

@andreysm
Copy link

andreysm commented Apr 20, 2016

In EvHttpClient::makeRequest

if(cb == NULL)
{
    request->cb = noOpCb;
}
else
{
    request->cb = cb;
}
request->cb = cb; // This one ruines the previous `if' clause.
@jspotter
Copy link
Owner

Hi there,

I actually no longer maintain this code. Let me know if you're interested in taking it over!

Jonathan

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

2 participants