fix obselete comment

This commit is contained in:
Jeff Kaufman
2012-11-08 17:24:23 -05:00
parent db53d1f7c2
commit 5d488f3281
+1 -3
View File
@@ -306,9 +306,7 @@ ngx_http_pagespeed_initialize_server_context(
cfg->proxy_fetch_factory =
new net_instaweb::ProxyFetchFactory(cfg->server_context);
// Turn on some filters so we can see if this is working. These filters are
// chosen to make sub-resource fetches but not create any *.pagespeed.*
// resource urls because we don't yet have a handler in place for them.
// Turn on some filters so we can see if this is working.
net_instaweb::RewriteOptions* global_options =
cfg->server_context->global_options();
global_options->SetRewriteLevel(net_instaweb::RewriteOptions::kCoreFilters);