generated from halo-dev/plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: compressed web pages cannot be parsed normally (#4)
#### What type of PR is this? /kind bug #### What this PR does / why we need it: 当网页使用 `gzip` 时,网页会被解析为乱码。导致解析失败。 #### How to test it? 测试请求网站 https://www.bilibili.com/video/BV1Vu4m1M7Nr/ ,查看是否会报错。 #### Which issue(s) this PR fixes: Fixes #3 #### Does this PR introduce a user-facing change? ```release-note 解决被压缩的网站无法解析的问题 ```
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters