The the stream endpoint has not been returning any data since 14:05
UTC on 02/18/2011. When I issue the following curl command, I receive
an HTTP 200 response, but no data:
[ruby-1.9.2-p290] [] [~]$ curl
http://services.digg.com/2.0/stream?format=json
-v
* About to connect() to
services.digg.com port 80 (#0)
* Trying 64.191.203.30... connected
* Connected to
services.digg.com (64.191.203.30) port 80 (#0)
> GET /2.0/stream?format=json HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host:
services.digg.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Transfer-Encoding: chunked
< Content-Type: application/json
< Server: TornadoServer/0.1
<