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 HTTP/2 protocol support to HttpRequest.HttpVersion #17248

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

reta
Copy link
Collaborator

@reta reta commented Feb 4, 2025

Description

Add HTTP/2 protocol support to HttpRequest.HttpVersion

Related Issues

N/A

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta force-pushed the add.http.2.protocol branch from ecfbe51 to c8081ec Compare February 4, 2025 20:33
Copy link
Contributor

github-actions bot commented Feb 4, 2025

✅ Gradle check result for c8081ec: SUCCESS

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.30%. Comparing base (b82ed5a) to head (c8081ec).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../org/opensearch/http/netty4/Netty4HttpRequest.java 0.00% 2 Missing ⚠️
.../http/reactor/netty4/ReactorNetty4HttpRequest.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17248      +/-   ##
============================================
+ Coverage     72.29%   72.30%   +0.01%     
- Complexity    65699    65714      +15     
============================================
  Files          5318     5318              
  Lines        305676   305681       +5     
  Branches      44350    44352       +2     
============================================
+ Hits         220992   221033      +41     
+ Misses        66582    66552      -30     
+ Partials      18102    18096       -6     

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

@reta reta merged commit d920bff into opensearch-project:main Feb 5, 2025
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants