comparison src/http/ngx_http_request.c @ 6538:055cbb52ac1d

Dav: return 501 on PUT with ranges (ticket #948).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 May 2016 20:37:23 +0300
parents f7849bfb6d21
children 654d2dae97d3
comparison
equal deleted inserted replaced
6537:3ad1064a3aae 6538:055cbb52ac1d
108 108
109 { ngx_string("Content-Length"), 109 { ngx_string("Content-Length"),
110 offsetof(ngx_http_headers_in_t, content_length), 110 offsetof(ngx_http_headers_in_t, content_length),
111 ngx_http_process_unique_header_line }, 111 ngx_http_process_unique_header_line },
112 112
113 { ngx_string("Content-Range"),
114 offsetof(ngx_http_headers_in_t, content_range),
115 ngx_http_process_unique_header_line },
116
113 { ngx_string("Content-Type"), 117 { ngx_string("Content-Type"),
114 offsetof(ngx_http_headers_in_t, content_type), 118 offsetof(ngx_http_headers_in_t, content_type),
115 ngx_http_process_header_line }, 119 ngx_http_process_header_line },
116 120
117 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range), 121 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range),