mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Merge 6cce5954f6 into 319b4ea63f
This commit is contained in:
commit
4e0a8d7f96
1 changed files with 1 additions and 1 deletions
|
|
@ -1600,7 +1600,7 @@ ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash)
|
|||
return (void *) 4;
|
||||
}
|
||||
|
||||
if (r->headers_out.content_type.len == 0) {
|
||||
if (r->headers_out.content_type_len == 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue