On Wed, Feb 9, 2011 at 5:07 PM, Tolas Anon <[email protected]> wrote: > On Wed, Feb 9, 2011 at 1:17 PM, Daniel Stenberg <[email protected]> wrote: >> You need to narrow down what you're looking at, and start trying to make the >> problem get repeated on demand in a way that others can try. > > that'll be difficult without revealing my entire architecture to the > world, which is something i don't want to do.
on 2nd thought, i think i can make a test case for curl that does this easily after all. it would be called like this: php-cli -> phpscript:curl_exec(url) url: <?php sleep (3600); echo "wanted-data"; ?> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
