0
Sometimes wget or curl randomly hangs in the middle of get request in Ubuntu 10.10:
curl "http://api.indeed.com/ads/apisearch?publisher=7570038743238473"
wget "http://api.indeed.com/ads/apisearch?publisher=7570038743238473" -O - -d
Seems the problem is in some low level library that does the request, but not in headers, cookies or caches.
Any ideas?
For that specific URL, how often is "sometimes"? – RedGrittyBrick – 2010-11-29T15:00:29.703