commit | 7b24c53efee348e919d03cba5c74445095402593 | [log] [tgz] |
---|---|---|
author | Yichun Zhang <agentzh@gmail.com> | Fri Jul 25 14:43:29 2014 -0700 |
committer | Yichun Zhang <agentzh@gmail.com> | Fri Jul 25 14:43:29 2014 -0700 |
tree | 25f46a0eff22adee73b56191bef6a8fd74f07407 | |
parent | 3ba8f2f73d27af3cd56506922edd91db2a56eb03 [diff] |
GeoIP: not all variable fields were initialized. The ngx_http_geoip_city_float_variable and ngx_http_geoip_city_int_variable functions did not always initialize all variable fields like "not_found", which could lead to empty values for those corresponding nginx variables randomly.