Skip to content
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

Add support for brotli compression format #2213

Closed
wants to merge 36 commits into from
Closed

Conversation

TharmiganK
Copy link
Contributor

Purpose

$Subject

Fixes: ballerina-platform/ballerina-library#6547

Examples

See the issue for more details

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility
  • Checked the impact on OpenAPI generation

TharmiganK and others added 30 commits May 17, 2024 09:46
…oding-format

# Conflicts:
#	ballerina-tests/http-advanced-tests/Ballerina.toml
#	ballerina-tests/http-client-tests/Ballerina.toml
#	ballerina-tests/http-dispatching-tests/Ballerina.toml
#	ballerina-tests/http-interceptor-tests/Ballerina.toml
#	ballerina-tests/http-misc-tests/Ballerina.toml
#	ballerina-tests/http-resiliency-tests/Ballerina.toml
#	ballerina-tests/http-security-tests/Ballerina.toml
#	ballerina-tests/http-service-tests/Ballerina.toml
#	ballerina-tests/http2-tests/Ballerina.toml
#	ballerina/Ballerina.toml
#	ballerina/CompilerPlugin.toml
#	changelog.md
changelog.md Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Nov 12, 2024

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 48.27586% with 15 lines in your changes missing coverage. Please review.

Project coverage is 79.88%. Comparing base (ef10a2a) to head (7fb41dc).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
...nsport/contractimpl/Http2OutboundRespListener.java 43.75% 4 Missing and 5 partials ⚠️
...ner/http2/Http2SourceConnectionHandlerBuilder.java 57.14% 2 Missing and 1 partial ⚠️
...ttp/transport/message/HttpMessageDataStreamer.java 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2213      +/-   ##
============================================
- Coverage     79.92%   79.88%   -0.04%     
  Complexity      678      678              
============================================
  Files           417      417              
  Lines         23151    23171      +20     
  Branches       5307     5313       +6     
============================================
+ Hits          18504    18511       +7     
- Misses         3511     3517       +6     
- Partials       1136     1143       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TharmiganK TharmiganK marked this pull request as draft November 12, 2024 07:29
@TharmiganK TharmiganK closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add HTTP compression support for brotli format
1 participant