IPRO+MPD: Make In-Place-Resource-Optimization with MapProxyDomain work

Fixes https://github.com/pagespeed/ngx_pagespeed/issues/1015

Pull with MPS Side for this change:
https://github.com/pagespeed/mod_pagespeed/pull/1161
This commit is contained in:
Otto van der Schaaf
2015-10-26 05:25:03 +01:00
parent d30972985b
commit 634b813071
7 changed files with 52 additions and 6 deletions
+2
View File
@@ -111,6 +111,8 @@ const char* BaseFetchTypeToCStr(NgxBaseFetchType type) {
return "admin page";
case kIproLookup:
return "ipro lookup";
case kPageSpeedProxy:
return "pagespeed proxy";
}
CHECK(false);
return "can't get here";