comparison src/http/modules/ngx_http_dav_module.c @ 532:f7ec98e3caeb NGINX_0_8_18

nginx 0.8.18 *) Feature: the "read_ahead" directive. *) Feature: now several "perl_modules" directive may be used. *) Feature: the "limit_req_log_level" and "limit_conn_log_level" directives. *) Bugfix: now "limit_req" directive conforms to the leaky bucket algorithm. Thanks to Maxim Dounin. *) Bugfix: nginx did not work on Linux/sparc. Thanks to Marcus Ramberg. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: zero status code was logged instead of 499 status code; the bug had appeared in 0.8.11. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Oct 2009 00:00:00 +0400
parents 4c5d2c627a6c
children 566e105a89f1
comparison
equal deleted inserted replaced
531:7688992d2abb 532:f7ec98e3caeb
488 } 488 }
489 489
490 p = ngx_http_map_uri_to_path(r, &path, &root, 0); 490 p = ngx_http_map_uri_to_path(r, &path, &root, 0);
491 491
492 *(p - 1) = '\0'; 492 *(p - 1) = '\0';
493 r->uri.len--;
493 494
494 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 495 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
495 "http mkcol path: \"%s\"", path.data); 496 "http mkcol path: \"%s\"", path.data);
496 497
497 if (ngx_create_dir(path.data, ngx_dir_access(dlcf->access)) 498 if (ngx_create_dir(path.data, ngx_dir_access(dlcf->access))