Hi Daniel, Get maxfd == -1 as long as I let it run...
In terms of verbose output the my debug callback is never called. I use these options... curl_easy_setopt(eh, CURLOPT_URL,"http://www.c-burn.com"); curl_easy_setopt(eh, CURLOPT_WRITEDATA, 0L); curl_easy_setopt(eh, CURLOPT_VERBOSE, 1L); curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, adam_write_callback); curl_easy_setopt(eh, CURLOPT_DEBUGFUNCTION, adam_debug_callback); curl_easy_setopt(eh, CURLOPT_DEBUGDATA, 0L) Is this the correct way to get verbose output? Thanks. Adam
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
