Am 09.11.2010 21:37, schrieb Daniel Kinzler:
Some servers, clients and proxies break on the 31 (or 32) bit boundary (2 or 4 GB, respectively) for the content-length field. wget is a prominent example for this (or was, when i last tried this a couple of years ago).
The server itsself reports 0 bytes and neither curl nor firefox nor chrome is able to download the file.
I tried telnet and it is definitively a server side issue:
[root@vm2007 ~]# telnet toolserver.org 80 Trying 91.198.174.203... Connected to toolserver.org. Escape character is '^]'. GET /~mazder/osm_vm/OSM%20Render%20Stack.vmdk HTTP/1.1 Host: toolserver.org
Connection closed by foreign host. [root@vm2007 ~]#
Peter