This commit is contained in:
yueshangzuo 2025-10-09 08:39:25 +08:00 committed by GitHub
commit aa2cf6452c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1574,7 +1574,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;
}