提交 5cd88ee5 编写于 作者: J Joao Moreno

accept-encoding uppercase

上级 3d962220
......@@ -384,7 +384,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
const url = getAssetSource(version.files, AssetType.Manifest);
return this.getCommonHeaders()
.then(headers => assign(headers, { 'accept-encoding': 'gzip' }))
.then(headers => assign(headers, { 'Accept-Encoding': 'gzip' }))
.then(headers => this.requestService.request({ url, headers }))
.then(context => asJson<IExtensionManifest>(context))
.then(manifest => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册