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

the "Overwrite" header line
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Jan 2007 21:11:23 +0000
parents 3f2e60adf4ef
children 9aca452fe12a
comparison
equal deleted inserted replaced
1058:01f818c6f7de 1059:bff1312b84ed
137 #if (NGX_HTTP_DAV) 137 #if (NGX_HTTP_DAV)
138 { ngx_string("Depth"), offsetof(ngx_http_headers_in_t, depth), 138 { ngx_string("Depth"), offsetof(ngx_http_headers_in_t, depth),
139 ngx_http_process_header_line }, 139 ngx_http_process_header_line },
140 140
141 { ngx_string("Destination"), offsetof(ngx_http_headers_in_t, destination), 141 { ngx_string("Destination"), offsetof(ngx_http_headers_in_t, destination),
142 ngx_http_process_header_line },
143
144 { ngx_string("Overwrite"), offsetof(ngx_http_headers_in_t, overwrite),
142 ngx_http_process_header_line }, 145 ngx_http_process_header_line },
143 146
144 { ngx_string("Date"), offsetof(ngx_http_headers_in_t, date), 147 { ngx_string("Date"), offsetof(ngx_http_headers_in_t, date),
145 ngx_http_process_header_line }, 148 ngx_http_process_header_line },
146 #endif 149 #endif