
codesite-noreply at google
Nov 10, 2009, 8:55 AM
Post #10 of 12
(74 views)
Permalink
|
|
Re: Issue 365 in cherokee: byte-range request offers a bad filesize resuling in damaged data.
[In reply to]
|
|
Comment #20 on issue 365 by skarcha: byte-range request offers a bad filesize resuling in damaged data. http://code.google.com/p/cherokee/issues/detail?id=365 Maybe because you are using Cherokee 0.99.24 on this server? $ curl -I --range 0-100000 http://ftp.uni- erlangen.de/pub/mirrors/opensuse/distribution/11.1/iso/openSUSE-11.1-Addon-Lang- i586.iso HTTP/1.1 206 Partial Content Connection: Keep-Alive Keep-Alive: timeout=15 Date: Tue, 10 Nov 2009 16:52:51 GMT Server: Cherokee/0.99.24 (UNIX) ETag: 493c651f=269c1000 Last-Modified: Mon, 08 Dec 2008 00:06:55 GMT Content-Type: application/x-iso9660-image Content-Range: bytes 0-100000/647761920 Content-Length: 100000 My server: $ curl -I --range 0-100000 http://www.skarcha.com/ficheros/majazo.mpg HTTP/1.1 206 Partial Content Connection: Keep-Alive Keep-Alive: timeout=15 Date: Tue, 10 Nov 2009 16:53:44 GMT Server: Cherokee/0.99 ETag: 475583a4=19378 Last-Modified: Tue, 04 Dec 2007 16:43:16 GMT Content-Type: video/mpeg Content-Range: bytes 0-100000/103288 Content-Length: 100001 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|