content_handler   919 http/ngx_http_core_module.c     r->content_handler = NULL;
content_handler  1337 http/ngx_http_core_module.c     if (r->content_handler) {
content_handler  1339 http/ngx_http_core_module.c         ngx_http_finalize_request(r, r->content_handler(r));
content_handler  1463 http/ngx_http_core_module.c         r->content_handler = clcf->handler;
content_handler  2379 http/ngx_http_core_module.c             r->content_handler = NULL;
content_handler  1889 http/ngx_http_request.c         r->content_handler = NULL;
content_handler   401 http/ngx_http_request.h     ngx_http_handler_pt               content_handler;