comparison src/core/ngx_inet.c @ 418:ff86d646f9df NGINX_0_7_21

nginx 0.7.21 *) Changes in the ngx_http_limit_req_module. *) Feature: the EXSLT support in the ngx_http_xslt_module. Thanks to Denis F. Latypoff. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had appeared in 0.7.6.
author Igor Sysoev <http://sysoev.ru>
date Tue, 11 Nov 2008 00:00:00 +0300
parents b4f69f2ef02c
children 76a79816b771
comparison
equal deleted inserted replaced
417:735cec38a814 418:ff86d646f9df
288 288
289 last = uri; 289 last = uri;
290 290
291 if (uri < port) { 291 if (uri < port) {
292 port = NULL; 292 port = NULL;
293 } 293 }
294 } 294 }
295 295
296 if (port) { 296 if (port) {
297 port++; 297 port++;
298 298