Skip to content

Instantly share code, notes, and snippets.

@gramos
Created December 17, 2014 11:03
Show Gist options
  • Save gramos/99ae6ff1d77517a20223 to your computer and use it in GitHub Desktop.
Save gramos/99ae6ff1d77517a20223 to your computer and use it in GitHub Desktop.
RUBYGEMS.ORG
=============
* Hostname was NOT found in DNS cache
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 54.186.104.15...
* Connected to rubygems.org (54.186.104.15) port 80 (#0)
> GET /api/v1/dependencies?gems=sinatra HTTP/1.1
> User-Agent: curl/7.38.0
> Host: rubygems.org
> Accept: */*
>
< HTTP/1.1 200 OK
* Server nginx is not blacklisted
< Server: nginx
< Date: Wed, 17 Dec 2014 11:02:50 GMT
< Content-Type: application/octet-stream
< Content-Length: 8321
< Connection: keep-alive
< X-Content-Type-Options: nosniff
< Vary: Accept-Encoding
< Via: 1.1 vegur
<
{ [data not shown]
^M 14 8321 14 1219 0 0 1818 0 0:00:04 --:--:-- 0:00:04 1816^D^H[H{ : nameI"^Lsinatra^F:^FET:^KnumberI"
1.0.b^F;^FT:^MplatformI" ruby^F;^FT:^Qdependencies[^F[^GI" rack^F;^FTI"^K>= 1.0^F;^FT{ ;^@I"^Lsinatra^F;^FT;^GI"^L1.2.0.c^F;^FTI" ruby^F;^FT; [^GI" rack^F;^FTI"^K~> 1.1^F;^FT[^GI" tilt^F;^FTI"^T>= 1.2.2, < 2.0^F;^FT[^GI" tilt^F;^FTI"^T< 2.0, >= 1.2.2^F;^FT{ ;^@I"^Lsinatra^F;^FT;^GI"
0.3.3^F;^FTI" ruby^F;^FT; [^F[^GI" rack^F;^FTI"^M~> 0.4.0^F;^FT{ ;^@I"^Lsinatra^F;^FT;^GI"
LOCALHOST
==========
* Hostname was NOT found in DNS cache
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying ::1...
* connect to ::1 port 9292 failed: Connection refused
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 9292 (#0)
> GET /api/v1/dependencies?gems=sinatra HTTP/1.1
> User-Agent: curl/7.38.0
> Host: localhost:9292
> Accept: */*
>
< HTTP/1.1 200 OK
* Server nginx is not blacklisted
< server: nginx
< date: Wed, 17 Dec 2014 11:03:44 GMT
< content-type: application/octet-stream
< transfer-encoding: chunked
< connection: close
< x-content-type-options: nosniff
< vary: Accept-Encoding
< via: 1.1 vegur
< Content-Length: 8321
<
{ [data not shown]
* Illegal or missing hexadecimal sequence in chunked-encoding
* Closing connection 0
curl: (56) Illegal or missing hexadecimal sequence in chunked-encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment