comparison src/http/ngx_http_request_body.c @ 186:54aabf2b0bc6 NGINX_0_3_40

nginx 0.3.40 *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <http://sysoev.ru>
date Wed, 19 Apr 2006 00:00:00 +0400
parents 13710a1813ad
children 56688ed172c8
comparison
equal deleted inserted replaced
185:a9c5dc369ffe 186:54aabf2b0bc6
352 tf->file.fd = NGX_INVALID_FILE; 352 tf->file.fd = NGX_INVALID_FILE;
353 tf->file.log = r->connection->log; 353 tf->file.log = r->connection->log;
354 tf->path = clcf->client_body_temp_path; 354 tf->path = clcf->client_body_temp_path;
355 tf->pool = r->pool; 355 tf->pool = r->pool;
356 tf->warn = "a client request body is buffered to a temporary file"; 356 tf->warn = "a client request body is buffered to a temporary file";
357 tf->log_level = r->request_body_file_log_level;
357 tf->persistent = r->request_body_in_persistent_file; 358 tf->persistent = r->request_body_in_persistent_file;
358 359
359 if (r->request_body_file_group_access) { 360 if (r->request_body_file_group_access) {
360 tf->mode = 0660; 361 tf->mode = 0660;
361 } 362 }