comparison src/http/modules/ngx_http_dav_module.c @ 516:7efcdb937752 NGINX_0_8_10

nginx 0.8.10 *) Bugfix: memory leaks if GeoIP City database was used. *) Bugfix: in copying temporary files to permanent storage area; the bug had appeared in 0.8.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 Aug 2009 00:00:00 +0400
parents 43cc6f0b77ce
children 4c5d2c627a6c
comparison
equal deleted inserted replaced
515:607556aed0a1 516:7efcdb937752
212 ngx_ext_rename_file_t ext; 212 ngx_ext_rename_file_t ext;
213 ngx_http_dav_loc_conf_t *dlcf; 213 ngx_http_dav_loc_conf_t *dlcf;
214 214
215 ngx_http_map_uri_to_path(r, &path, &root, 0); 215 ngx_http_map_uri_to_path(r, &path, &root, 0);
216 216
217 path.len--;
218
217 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 219 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
218 "http put filename: \"%s\"", path.data); 220 "http put filename: \"%s\"", path.data);
219 221
220 temp = &r->request_body->temp_file->file.name; 222 temp = &r->request_body->temp_file->file.name;
221 223