]> git.kaiwu.me - nginx.git/commit
The default server lookup is now done only once per connection.
authorValentin Bartenev <vbart@nginx.com>
Wed, 27 Feb 2013 16:53:01 +0000 (16:53 +0000)
committerValentin Bartenev <vbart@nginx.com>
Wed, 27 Feb 2013 16:53:01 +0000 (16:53 +0000)
commit508afb8cf504cf4ee77dfa69b75a93ac259817c2
tree15f1b5b099f7f6515387f9343b0ba88c47693d18
parent67a68720b7f08542c891d7b9ef08f07e3543b0e4
The default server lookup is now done only once per connection.

Previously, it was done for every request in a connection.
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_request.h