[bug] possible bug in the range filter

Manlio Perillo manlio.perillo at gmail.com
Wed Dec 12 00:30:19 MSK 2007


Hi.

I'm trying to add support for the nginx range filter in mod_wsgi but I 
have found some problems.

When I try to resume a file download (using wget) I get a:
2007/12/11 22:07:55 [crit] 26054#0: *2 writev() failed (14: Bad 
address), client: 127.0.0.1, server: localhost

It seems that there is a problem in mod_wsgi, but I have tested the 
range filter using a standard (0.5.30, Debian Lenny) nginx server and I 
have found that nginx returns a '\n' as first character.

So, this seems to be a bug in Nginx.


I have used a text file containing:
abcdef

and resumed a file containing
a

obtaining:
a\nbcdef


Manlio Perillo






More information about the nginx mailing list