You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by KyoungSoo Park <ky...@cs.princeton.edu> on 2004/11/11 20:55:39 UTC

[users@httpd] content-range bug?

Hi,

I'm not sure if this is already known, but apache 2.0.48
seems to have a problem in reponding to a range query.
Does someone know which version fixes this bug?
(I've searched through bugs list, but couldn't find any related to this)

telnet x.y.z 80 Trying a.b.c.d...
Connected to x.y.z.
Escape character is '^]'.
GET /pub/mozilla.org/firefox/releases/1.0/linux-i686/en-US/firefox-1.0.installer.tar.gz HTTP/1.0
Host: x.y.z.
Range: bytes=0-10

HTTP/1.1 206 Partial Content
Date: Thu, 11 Nov 2004 06:15:20 GMT
Server: Apache/2.0.48 (Linux/SuSE)
Last-Modified: Mon, 08 Nov 2004 22:27:32 GMT
ETag: "5f000338-83942f-bb035d00"
Accept-Ranges: bytes
Content-Length: 11
Content-Range: bytes 0-0/10
Connection: close
Content-Type: application/x-gzip
Content-Encoding: x-gzip
Content-Language: de

-----------------------------------------------------------
I anonymized the server name and its ip address.

"Content-Range: bytes 0-0/10"

is the problem. it should report something like

Content-Range: bytes 0-10/total_length

Thanks,
KyoungSoo




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] content-range bug?

Posted by Joe Orton <jo...@redhat.com>.
On Thu, Nov 11, 2004 at 02:55:39PM -0500, KyoungSoo Park wrote:
> Hi,
> 
> I'm not sure if this is already known, but apache 2.0.48
> seems to have a problem in reponding to a range query.
> Does someone know which version fixes this bug?
> (I've searched through bugs list, but couldn't find any related to this)
...
> HTTP/1.1 206 Partial Content
> Date: Thu, 11 Nov 2004 06:15:20 GMT
> Server: Apache/2.0.48 (Linux/SuSE)
> Last-Modified: Mon, 08 Nov 2004 22:27:32 GMT
> ETag: "5f000338-83942f-bb035d00"
> Accept-Ranges: bytes
> Content-Length: 11
> Content-Range: bytes 0-0/10

This is a bug in the SuSE httpd package.  Upgrade to a more recent
package or compile from source.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27292

joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org