mr               2062 http/ngx_http_request.c     ngx_http_request_t    *mr;
mr               2065 http/ngx_http_request.c     mr = r->main;
mr               2068 http/ngx_http_request.c                    "http terminate request count:%d", mr->count);
mr               2070 http/ngx_http_request.c     if (rc > 0 && (mr->headers_out.status == 0 || mr->connection->sent == 0)) {
mr               2071 http/ngx_http_request.c         mr->headers_out.status = rc;
mr               2074 http/ngx_http_request.c     cln = mr->cleanup;
mr               2075 http/ngx_http_request.c     mr->cleanup = NULL;
mr               2087 http/ngx_http_request.c                    mr->count, mr->blocked);
mr               2089 http/ngx_http_request.c     if (mr->write_event_handler) {
mr               2091 http/ngx_http_request.c         if (mr->blocked) {
mr               2095 http/ngx_http_request.c         e = ngx_http_ephemeral(mr);
mr               2096 http/ngx_http_request.c         mr->posted_requests = NULL;
mr               2097 http/ngx_http_request.c         mr->write_event_handler = ngx_http_terminate_handler;
mr               2098 http/ngx_http_request.c         (void) ngx_http_post_request(mr, &e->terminal_posted_request);
mr               2102 http/ngx_http_request.c     ngx_http_close_request(mr, rc);