Created
March 14, 2015 22:38
-
-
Save anjackson/0df9eae6c8af82771747 to your computer and use it in GitHub Desktop.
IA MIDI file download problems
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
$ curl -I "http://web.archive.org/web/19960512211734/http://merlin.legend.org.uk/~simeond/mods/startrek.mod" | |
HTTP/1.1 200 OK | |
Server: Tengine/2.0.3 | |
Date: Sat, 14 Mar 2015 22:34:06 GMT | |
Content-Type: text/plain | |
Content-Length: 272694 | |
Connection: keep-alive | |
set-cookie: wayback_server=98; Domain=archive.org; Path=/; Expires=Mon, 13-Apr-15 22:34:06 GMT; | |
Memento-Datetime: Sun, 12 May 1996 21:17:34 GMT | |
Link: <http://merlin.legend.org.uk/~simeond/mods/startrek.mod>; rel="original", <http://web.archive.org/web/timemap/link/http://merlin.legend.org.uk/~simeond/mods/startrek.mod>; rel="timemap"; type="application/link-format", <http://web.archive.org/web/http://merlin.legend.org.uk/~simeond/mods/startrek.mod>; rel="timegate", <http://web.archive.org/web/19960512211734/http://merlin.legend.org.uk/~simeond/mods/startrek.mod>; rel="first last memento"; datetime="Sun, 12 May 1996 21:17:34 GMT" | |
X-Archive-Orig-server: Apache/1.0.0 | |
X-Archive-Orig-content-length: 272694 | |
X-Archive-Orig-date: Sun, 12 May 1996 21:17:34 GMT | |
X-Archive-Orig-content-type: text/plain | |
X-Archive-Orig-last-modified: Sat, 27 Apr 1996 23:28:10 GMT | |
X-Archive-Wayback-Perf: {"IndexLoad":71,"IndexQueryTotal":71,"RobotsFetchTotal":9,"RobotsRedis":9,"RobotsTotal":9,"Total":101,"WArcResource":29} | |
X-Archive-Playback: 1 | |
X-Page-Cache: MISS | |
$ curl -O "http://web.archive.org/web/19960512211734/http://merlin.legend.org.uk/~simeond/mods/startrek.mod" | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
18 266k 18 50002 0 0 759 0 0:05:59 0:01:05 0:04:54 0curl: (18) transfer closed with 222692 bytes remaining to read | |
$ curl -O "http://web.archive.org/web/19960512211623/http://merlin.legend.org.uk/~simeond/mods/betty.mod" | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
8 51044 8 4435 0 0 67 0 0:12:41 0:01:05 0:11:36 0curl: (18) transfer closed with 46609 bytes remaining to read |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Headers indicated content length of 272694 for 'startrek.mod', but I consistently get 50002 bytes instead.