]> git.kaiwu.me - nginx.git/commit
Geo: fixed the "ranges" without ranges case.
authorRuslan Ermilov <ru@nginx.com>
Fri, 14 Dec 2012 19:56:03 +0000 (19:56 +0000)
committerRuslan Ermilov <ru@nginx.com>
Fri, 14 Dec 2012 19:56:03 +0000 (19:56 +0000)
commit18a7e1b359597aaed8e302bc7c55d3146ee632ef
tree54d3fd953f4bdb863a69833ef14e85bda070e826
parentcd04ca3546f64deeabcbd477c5eb627f1af71685
Geo: fixed the "ranges" without ranges case.

The following configuration returned an empty value for $geo:

    geo $geo {
        ranges;
        default default;
    }
src/http/modules/ngx_http_geo_module.c