]> git.kaiwu.me - nginx.git/commit
merge r3153, r3154, r3288, r3382:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:16:45 +0000 (14:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:16:45 +0000 (14:16 +0000)
commit12c54b3871245ba8eec2160171bdc6471458ad60
tree8afb3f3cd8661f63ab949a18cea91b44751af06b
parent13653be34e1674afd80cd18c55c385151537d0e3
merge r3153, r3154, r3288, r3382:

request header processing fixes:

*) $host is always in low case:
   *) move low case convertation from ngx_http_find_virtual_server()
      to ngx_http_validate_host()
   *) add in ngx_http_validate_host() capability to copy host name in the pool
      allocated memory
*) fix segfault if there is single large_client_header_buffers
   and a request line fills it completely
*) default large_client_header_buffers' buffer size should be 8K as compatible
   with Apache's one
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c