Support Deflate decoding (#1250)
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
- "feat.: blocking"
|
||||
- "feat.: gzip"
|
||||
- "feat.: brotli"
|
||||
- "feat.: deflate"
|
||||
- "feat.: json"
|
||||
- "feat.: multipart"
|
||||
- "feat.: stream"
|
||||
@@ -89,21 +90,21 @@ jobs:
|
||||
- name: windows / stable-x86_64-msvc
|
||||
os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
features: "--features blocking,gzip,brotli,deflate,json,multipart"
|
||||
- name: windows / stable-i686-msvc
|
||||
os: windows-latest
|
||||
target: i686-pc-windows-msvc
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
features: "--features blocking,gzip,brotli,deflate,json,multipart"
|
||||
- name: windows / stable-x86_64-gnu
|
||||
os: windows-latest
|
||||
rust: stable-x86_64-pc-windows-gnu
|
||||
target: x86_64-pc-windows-gnu
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
features: "--features blocking,gzip,brotli,deflate,json,multipart"
|
||||
- name: windows / stable-i686-gnu
|
||||
os: windows-latest
|
||||
rust: stable-i686-pc-windows-gnu
|
||||
target: i686-pc-windows-gnu
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
features: "--features blocking,gzip,brotli,deflate,json,multipart"
|
||||
|
||||
- name: "feat.: default-tls disabled"
|
||||
features: "--no-default-features"
|
||||
@@ -123,6 +124,8 @@ jobs:
|
||||
features: "--features gzip"
|
||||
- name: "feat.: brotli"
|
||||
features: "--features brotli"
|
||||
- name: "feat.: deflate"
|
||||
features: "--features deflate"
|
||||
- name: "feat.: json"
|
||||
features: "--features json"
|
||||
- name: "feat.: multipart"
|
||||
|
||||
Reference in New Issue
Block a user