nginx-0.0.1-2003-11-09-23:03:38 import; separate building
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index dcf8dac..9dd040e 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -225,6 +225,7 @@
return;
}
+ /* TODO: ngx_init_table */
if (!(r->headers_out.headers = ngx_create_table(r->pool, 20))) {
ngx_http_close_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
ngx_http_close_connection(c);
@@ -416,6 +417,7 @@
lctx = c->log->data;
lctx->action = "reading client request headers";
lctx->url = r->unparsed_uri.data;
+ /* TODO: ngx_init_table */
r->headers_in.headers = ngx_create_table(r->pool, 20);
if (cscf->large_client_header
@@ -1068,7 +1070,8 @@
if (h->pos < h->last) {
- /* Pipelined request.
+ /*
+ * Pipelined request.
*
* We do not know here whether a pipelined request is complete
* so if the large client headers are not enabled