[nginx] svn commit: r5030 - trunk/src/http/modules
ru at nginx.com
ru at nginx.com
Mon Feb 4 16:44:23 UTC 2013
Author: ru
Date: 2013-02-04 16:44:22 +0000 (Mon, 04 Feb 2013)
New Revision: 5030
URL: http://trac.nginx.org/nginx/changeset/5030/nginx
Log:
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
Modified:
trunk/src/http/modules/ngx_http_geoip_module.c
Modified: trunk/src/http/modules/ngx_http_geoip_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_geoip_module.c 2013-02-01 14:41:50 UTC (rev 5029)
+++ trunk/src/http/modules/ngx_http_geoip_module.c 2013-02-04 16:44:22 UTC (rev 5030)
@@ -705,8 +705,6 @@
switch (gcf->country->databaseType) {
case GEOIP_COUNTRY_EDITION:
- case GEOIP_PROXY_EDITION:
- case GEOIP_NETSPEED_EDITION:
return NGX_CONF_OK;
More information about the nginx-devel
mailing list