Re: [naviserver-devel] Fastpath HEAD request content-length zero

2014-09-08 Thread Peter Chaplin
Thanks, I'll have a go at using that fix. At present I don't really care about head-range requests and I don't know what the specs would say about them either. -- Peter Chaplin Qcode Software Limited www.qcode.co.uk T 01463 896 483 On 8 September 2014 15:28, Gustaf Neumann wrote: > Am 08.09.14

Re: [naviserver-devel] Fastpath HEAD request content-length zero

2014-09-08 Thread Gustaf Neumann
Am 08.09.14 13:06, schrieb Peter Chaplin: > I'm using fastpath to handle HEAD requests for static files, and > getting a "Content-Length: 0" response header. > is it a bug? unless the file has a length of 0 bytes, its a bug. i've added a quick fix to bitbucket, but some more testing is required