Commit 91f9bd8
authored
Add zlib compressor and decompressor (#1766)
Motivation:
v2 should support compression.
Modifications:
- Add a Zlib compressor and decompressor supporting deflate and gzip.
- This is loosely based on the code we had in v1 but refactored to fit
slightly different requirements.
Result:
Can compress and decompress messages using deflate/gzip1 parent 7b2c8c8 commit 91f9bd8
File tree
4 files changed
+605
-1
lines changed- Sources/GRPCHTTP2Core/Compression
- Tests/GRPCHTTP2CoreTests
- Server/Compression
- Test Utilities
4 files changed
+605
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
0 commit comments