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

example14.cpp no longer works #8

Open
HunterLarco opened this issue Oct 13, 2019 · 0 comments
Open

example14.cpp no longer works #8

HunterLarco opened this issue Oct 13, 2019 · 0 comments

Comments

@HunterLarco
Copy link

Problem

examples/example14.cpp (multi example) no longer works

Steps to reproduce

g++ examples/example14.cpp -lcurl -lcurlpp
./a.out http://google.com http://bing.com

Expected Behavior

Both requests are completed and program execution resolves.

Observed Behavior

The program infinitely hangs

Notes

The loop on line 72 while(nbLeft) { infinitely cycles due to infinite select timeouts.

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