From: Gustaf N. <ne...@wu...> - 2014-09-08 14:28:42
|
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 (regression test cases) handing HEAD + complex Range requests is currently probably broken, not sure whether this is important and what the exact semantics are. -g |