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

api: support disable ALPN in CTP #4515

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

guydc
Copy link
Contributor

@guydc guydc commented Oct 24, 2024

What type of PR is this?

What this PR does / why we need it:

  • Makes it possible to opt-out of ALPN in CTP by specifying an empty (non-nil) list of ALPN protos.
  • Improves ALPN docs in tls_types.go relating to default, downstream/upstream behavior, etc.

Which issue(s) this PR fixes:

Fixes #4462

Release Notes: Yes

@guydc guydc requested a review from a team as a code owner October 24, 2024 12:06
@guydc guydc added the release-note Indicates a required release note label Oct 24, 2024
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.61%. Comparing base (c9ae045) to head (897d0de).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4515   +/-   ##
=======================================
  Coverage   65.60%   65.61%           
=======================================
  Files         211      211           
  Lines       31998    31998           
=======================================
+ Hits        20993    20996    +3     
+ Misses       9764     9762    -2     
+ Partials     1241     1240    -1     

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

Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

@arkodg arkodg requested review from a team November 7, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note Indicates a required release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow ALPN opt-out
3 participants