nginx-0.4.4

Jonathan Dance jd at wuputah.com
Mon Oct 2 18:58:59 MSD 2006


Igor,

nginx-0.4.4 looks great! I personally like the glob support, your
implementation is much nicer than mine was. :) I wanted to give you a
heads up about this warning I got when I was compiling this as a
package for Debian:

src/os/unix/ngx_files.c: In function 'ngx_read_glob':
src/os/unix/ngx_files.c:270: warning: comparison between signed and unsigned

I fixed this by changing the "int n" in the ngx_glob_t structure to "u_int n."

All the best,
JD





More information about the nginx mailing list