Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Sep 28, 2024
1 parent 40259ee commit a82d747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/request.beta.js
Original file line number Diff line number Diff line change
Expand Up @@ -7327,8 +7327,7 @@ class GRPC {
case 1: // Gzip
switch ($platform) {
case "Surge":
body = pako.ungzip(body); // 解压缩protobuf数据体
//body = $utils.ungzip(body);
body = $utils.ungzip(body);
break;
default:
body = pako.ungzip(body); // 解压缩protobuf数据体
Expand Down
3 changes: 1 addition & 2 deletions test/response.beta.js
Original file line number Diff line number Diff line change
Expand Up @@ -7327,8 +7327,7 @@ class GRPC {
case 1: // Gzip
switch ($platform) {
case "Surge":
body = pako.ungzip(body); // 解压缩protobuf数据体
//body = $utils.ungzip(body);
body = $utils.ungzip(body);
break;
default:
body = pako.ungzip(body); // 解压缩protobuf数据体
Expand Down

0 comments on commit a82d747

Please sign in to comment.