]> git.kaiwu.me - nginx.git/commit
Access log: fixed redundant buffer reallocation.
authorValentin Bartenev <vbart@nginx.com>
Sun, 23 Dec 2012 15:27:55 +0000 (15:27 +0000)
committerValentin Bartenev <vbart@nginx.com>
Sun, 23 Dec 2012 15:27:55 +0000 (15:27 +0000)
commitdf71cd1125390512bbd421b0218b4bbc0e1d5209
treeb0ed0059b4edd7e8072769fd963c8ca4150dc0f6
parent7c4068d349106f68524ac4fa3da9454d6b5cb8f4
Access log: fixed redundant buffer reallocation.

Previously a new buffer was allocated for every "access_log" directive with the
same file path and "buffer=" parameters, while only one buffer per file is used.
src/http/modules/ngx_http_log_module.c