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?