Add brotli support to FoundationNetworking (release 6.2)#83836
Draft
zhenchaoli wants to merge 1 commit into
Draft
Add brotli support to FoundationNetworking (release 6.2)#83836zhenchaoli wants to merge 1 commit into
zhenchaoli wants to merge 1 commit into
Conversation
7b175ec to
9238694
Compare
Contributor
Author
|
@swift-ci Please clean test |
1 similar comment
Contributor
Author
|
@swift-ci Please clean test |
9238694 to
adced42
Compare
Contributor
Author
|
@swift-ci Please clean test |
1 similar comment
Contributor
Author
|
@swift-ci Please clean test |
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5251 @swift-ci Please clean test |
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
2 similar comments
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
4a19ce1 to
9be17a1
Compare
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
1 similar comment
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
b368547 to
75239ab
Compare
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
75239ab to
9a33962
Compare
Contributor
Author
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
|
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(this is the 6.2 back port of #83441)
Add brotli as a dependency to enable brotli decoding for curl.
brotli is a general purpose compression algorithm used extensively on web. (https://datatracker.ietf.org/doc/html/rfc7932)
brotli support for curl is enabled by integrating the brotli compression library (https://github.com/google/brotli). I've also added some tests for FoundationNetworking in swiftlang/swift-corelibs-foundation#5251 which exercises this feature by