commit | df71cd1125390512bbd421b0218b4bbc0e1d5209 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Sun Dec 23 15:27:55 2012 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Sun Dec 23 15:27:55 2012 +0000 |
tree | b0ed0059b4edd7e8072769fd963c8ca4150dc0f6 | |
parent | 7c4068d349106f68524ac4fa3da9454d6b5cb8f4 [diff] |
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.