fixed gzip for static resource.

pull/4/head
kay.one 11 years ago
parent 51fb6376b9
commit a1581477b8

@ -59,7 +59,7 @@ namespace NzbDrone.Api.Frontend
response.Headers.DisableCache();
}
return response;
return response.CompressResponse(context.Request);
}
_logger.Warn("File {0} not found", filePath);

Loading…
Cancel
Save