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

Fix: Proxy do not listen http2 in request redirect tests #6903

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

randmonkey
Copy link
Contributor

What this PR does / why we need it:

Since Kong 3.4/3.5 cannot support HTTP/1.1 requests when http2 is configured on listened ports, we disable http2 listen on proxy for RequestRedirect tests.

Which issue this PR fixes:

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@randmonkey randmonkey requested a review from a team as a code owner December 26, 2024 10:12
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.7%. Comparing base (6ca4eee) to head (e7750c5).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #6903     +/-   ##
=======================================
+ Coverage   76.5%   76.7%   +0.2%     
=======================================
  Files        212     214      +2     
  Lines      25246   25139    -107     
=======================================
- Hits       19321   19291     -30     
+ Misses      4912    4830     -82     
- Partials    1013    1018      +5     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant