-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Add brotli support to FoundationNetworking (release 6.2) #83836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/6.2
Are you sure you want to change the base?
Conversation
7b175ec
to
9238694
Compare
@swift-ci Please clean test |
1 similar comment
@swift-ci Please clean test |
9238694
to
adced42
Compare
@swift-ci Please clean test |
1 similar comment
@swift-ci Please clean test |
swiftlang/swift-corelibs-foundation#5251 @swift-ci Please clean test |
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
2 similar comments
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
4a19ce1
to
9be17a1
Compare
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
1 similar comment
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
b368547
to
75239ab
Compare
swiftlang/swift-corelibs-foundation#5272 @swift-ci Please clean test |
(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