comparison src/http/ngx_http.c @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents 5d2b8078c1c2
children 5e8fb59c18c1
comparison
equal deleted inserted replaced
636:21003753acbf 637:e60fe4cf1d4e
371 } 371 }
372 372
373 cmcf->phases[NGX_HTTP_LOG_PHASE].type = NGX_OK; 373 cmcf->phases[NGX_HTTP_LOG_PHASE].type = NGX_OK;
374 374
375 375
376 cmcf->headers_in_hash.max_size = 100; 376 cmcf->headers_in_hash.max_size = 200;
377 cmcf->headers_in_hash.bucket_limit = 1; 377 cmcf->headers_in_hash.bucket_limit = 1;
378 cmcf->headers_in_hash.bucket_size = sizeof(ngx_http_header_t); 378 cmcf->headers_in_hash.bucket_size = sizeof(ngx_http_header_t);
379 cmcf->headers_in_hash.name = "http headers_in"; 379 cmcf->headers_in_hash.name = "http headers_in";
380 380
381 if (ngx_hash0_init(&cmcf->headers_in_hash, cf->pool, ngx_http_headers_in, 0) 381 if (ngx_hash0_init(&cmcf->headers_in_hash, cf->pool, ngx_http_headers_in, 0)