]> git.kaiwu.me - nginx.git/commit
Merge of r4886, r4887, r4894: log variables generalization:
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 13 Nov 2012 10:45:23 +0000 (10:45 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 13 Nov 2012 10:45:23 +0000 (10:45 +0000)
commit3f72b594126f0b05303fadb5a051de24d2646454
tree398242fb1055c7b2a6a27ba4e4bd0e2b7443856c
parent71b6604e4465b6aac478f04c3608a6be5c6500e6
Merge of r4886, r4887, r4894: log variables generalization:

*) Log: $apache_bytes_sent removed.  It was renamed to $body_bytes_sent
   in nginx 0.3.10 and the old name is deprecated since then.

*) Variable $bytes_sent.  It replicates variable $bytes_sent as previously
   available in log module only.  Patch by Benjamin Grössing (with minor
   changes).

*) Variables $connection and $connection_requests.  Log module
   counterparts are removed as they aren't used often and there is no
   need to preserve them for efficiency.
src/http/modules/ngx_http_log_module.c
src/http/ngx_http_variables.c