-
Notifications
You must be signed in to change notification settings - Fork 545
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
Support retrieving the initial destination CID from GetParam #3755
Conversation
The title should reflect the functionality of the new parameter. I'd write "Support retrieving the initial destination CID from GetParam". |
Codecov Report
@@ Coverage Diff @@
## main #3755 +/- ##
==========================================
- Coverage 78.82% 75.34% -3.49%
==========================================
Files 56 56
Lines 15535 15549 +14
==========================================
- Hits 12246 11715 -531
- Misses 3289 3834 +545
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Looks like the CheckDotnet job failed because the .NET abstraction for our API wasn't updated to stay in sync with the change to the API. Please run |
Done! |
Description
This PR fixes #3613 that requests a new feature which allows clients and servers to get the original destination CID of the client that initialized the connection.
Testing
A new test was added that checks the various fail conditions and edge cases.
Documentation
Yes, a new GetParameter was added.