Nginx-Perl
view release on metacpan or search on metacpan
src/http/ngx_http_request.c view on Meta::CPAN
} else {
return NGX_DECLINED;
}
hc->busy[hc->nbusy++] = b;
if (r->state == 0) {
/*
* r->state == 0 means that a header line was parsed successfully
* and we do not need to copy incomplete header line and
* to relocate the parser header pointers
*/
r->header_in = b;
return NGX_OK;
}
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"http large header copy: %d", r->header_in->pos - old);
( run in 1.448 second using v1.01-cache-2.11-cpan-71847e10f99 )