-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels