]> git.kaiwu.me - nginx.git/commit
New core variable: $status.
authorAndrey Belov <defan@nginx.com>
Mon, 18 Jun 2012 13:43:44 +0000 (13:43 +0000)
committerAndrey Belov <defan@nginx.com>
Mon, 18 Jun 2012 13:43:44 +0000 (13:43 +0000)
commite91b210b5674709185d77309272331f009ef9aa4
treead8073fb610989d1ac702eec7432b78a06c5e17e
parent2c49af818bba9559d977731fa20682781a7f69d0
New core variable: $status.

Contains response status code as a 3-digit integer
(with leading zeroes if necessary), or one of the following values:

    000 - response status code has not yet been assigned
    009 - HTTP/0.9 request is being processed
src/http/modules/ngx_http_log_module.c
src/http/ngx_http_variables.c