Atipat Rojnuckarin wrote:
> 
> Hi,
> 
> If /image/1000/foo.gif does not map to an actual file
> on the server, you will need to have content length
> set for set_byterange to work. Otherwise, check out
> the C source for ap_set_byterange in http_protocol.c
> (in Apache distribution).
> 
> dak

Thanks. That was the problem. I was setting a content-length header
with $r->headers_out but not calling $r->set_content_length.

-- 
Kevin |"'I was drunk' is a polite way of saying 'I shed my inhibitions 
      | and did exactly what I wanted to do, and if you provoke me,     
      | I'll do it again.' This gives people fair warning and tells 
      | them tactfully to mind their own business." - P.J. O'Rourke

Reply via email to