comparison src/http/ngx_http_request.h @ 1059:bff1312b84ed

the "Overwrite" header line
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Jan 2007 21:11:23 +0000
parents bbde03037ef6
children 4d203f76b757
comparison
equal deleted inserted replaced
1058:01f818c6f7de 1059:bff1312b84ed
192 #endif 192 #endif
193 193
194 #if (NGX_HTTP_DAV) 194 #if (NGX_HTTP_DAV)
195 ngx_table_elt_t *depth; 195 ngx_table_elt_t *depth;
196 ngx_table_elt_t *destination; 196 ngx_table_elt_t *destination;
197 ngx_table_elt_t *overwrite;
197 ngx_table_elt_t *date; 198 ngx_table_elt_t *date;
198 #endif 199 #endif
199 200
200 ngx_str_t user; 201 ngx_str_t user;
201 ngx_str_t passwd; 202 ngx_str_t passwd;