Edit makefile, since I included last curl version from /usr/src

Basically the code does:

set_unused_to_work(); // set options on the handlers and put them to work
wait_events(); // wait on epoll
process_handles(); // get curl messages and finish work



Watch fd leakage with 

watch -n1 "lsof -Pni | grep cu"

After transfers are finished, this is what's left

curl_fd_l 4882 piotr    4u  IPv4  23622       TCP 192.168.0.2:1758->198.182.196.56:80 (CLOSE_WAIT)
curl_fd_l 4882 piotr    5u  IPv4  23624       TCP 192.168.0.2:4618->193.15.23.28:80 (CLOSE_WAIT)
curl_fd_l 4882 piotr    6u  IPv4  23626       TCP 192.168.0.2:1438->89.17.194.17:80 (CLOSE_WAIT)
curl_fd_l 4882 piotr    9u  IPv4  23685       TCP 192.168.0.2:2529->66.216.68.48:80 (CLOSE_WAIT)
/usr/src/curl-7.16.1/tests/memanalyze.pl dump 
