Created
October 3, 2012 15:13
-
-
Save kierdavis/3827488 to your computer and use it in GitHub Desktop.
Output from cURL on "use on closed network connection" error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kier@nero:~$ curl -o /tmp/cb.jar -v 'http://repo.bukkit.org/service/local/repositories/legacy/content/org/bukkit/bukkit/1.9-pre5-R1-SNAPSHOT/bukkit-1.9-pre5-R1-20111122.004050-46.jar' | |
* About to connect() to repo.bukkit.org port 80 (#0) | |
* Trying 68.64.47.148... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connected | |
* Connected to repo.bukkit.org (68.64.47.148) port 80 (#0) | |
> GET /service/local/repositories/legacy/content/org/bukkit/bukkit/1.9-pre5-R1-SNAPSHOT/bukkit-1.9-pre5-R1-20111122.004050-46.jar HTTP/1.1 | |
> User-Agent: curl/7.27.0 | |
> Host: repo.bukkit.org | |
> Accept: */* | |
> | |
* additional stuff not fine transfer.c:1037: 0 0 | |
* HTTP 1.1 or later with persistent connection, pipelining supported | |
< HTTP/1.1 200 OK | |
< Date: Wed, 03 Oct 2012 15:12:18 GMT | |
< Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Tue, 02-Oct-2012 15:12:18 GMT | |
< Content-Type: application/java-archive | |
< Last-Modified: Tue, 22 Nov 2011 00:40:50 GMT | |
< ETag: "2eb2da38b1832124f5ae85a2016899ca62f4ad95" | |
< Date: Wed, 03 Oct 2012 15:12:18 GMT | |
< Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept | |
< Server: Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V4 | |
< Content-Length: 4390620 | |
< Connection: close | |
< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment