comparison src/http/modules/ngx_http_dav_module.c @ 1909:cbd321d1e1b3

C++ compatibility
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Mar 2008 16:32:16 +0000
parents 524831ec3e69
children b9de93d804ea
comparison
equal deleted inserted replaced
1908:f2953601ed3c 1909:cbd321d1e1b3
246 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); 246 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
247 247
248 ext.access = dlcf->access; 248 ext.access = dlcf->access;
249 ext.time = -1; 249 ext.time = -1;
250 ext.create_path = dlcf->create_full_put_path; 250 ext.create_path = dlcf->create_full_put_path;
251 ext.delete = 1; 251 ext.delete_file = 1;
252 ext.log = r->connection->log; 252 ext.log = r->connection->log;
253 253
254 if (r->headers_in.date) { 254 if (r->headers_in.date) {
255 date = ngx_http_parse_time(r->headers_in.date->value.data, 255 date = ngx_http_parse_time(r->headers_in.date->value.data,
256 r->headers_in.date->value.len); 256 r->headers_in.date->value.len);