提交 8ae904ff 编写于 作者: J Joao Moreno

use gzip in gallery API query

上级 8803a655
......@@ -255,6 +255,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
headers = assign(headers, {
'Content-Type': 'application/json',
'Accept': 'application/json;api-version=3.0-preview.1',
'Accept-Encoding': 'gzip',
'Content-Length': data.length
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册