Skip to content

Instantly share code, notes, and snippets.

@bourg-ismael
Created November 5, 2014 16:16
Show Gist options
  • Save bourg-ismael/c40fa3b958ed331078cf to your computer and use it in GitHub Desktop.
Save bourg-ismael/c40fa3b958ed331078cf to your computer and use it in GitHub Desktop.
Curl return
* About to connect() to 192.168.33.120 port 80 (#0)
* Trying 192.168.33.120... connected
* Connected to 192.168.33.120 (192.168.33.120) port 80 (#0)
> GET /register HTTP/1.1
> User-Agent: curl/7.21.4 (x86_64-apple-darwin12.2.0) libcurl/7.21.4 OpenSSL/0.9.8z zlib/1.2.5 libidn/1.20
> Host: 192.168.33.120
> Accept: */*
>
* Empty reply from server
* Connection #0 to host 192.168.33.120 left intact
curl: (52) Empty reply from server
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment