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

HTTP/3 Improved message for failing QUIC connection #72374

Merged
merged 4 commits into from
Jul 22, 2022

Conversation

iuliaco
Copy link
Contributor

@iuliaco iuliaco commented Jul 18, 2022

Fixes #70949

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jul 18, 2022
@ghost
Copy link

ghost commented Jul 18, 2022

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #70949

Author: iuliaco
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@dnfadmin
Copy link

dnfadmin commented Jul 18, 2022

CLA assistant check
All CLA requirements met.

@ManickaP ManickaP requested a review from a team July 18, 2022 13:26
@ManickaP ManickaP removed the community-contribution Indicates that the PR has been added by a community member label Jul 18, 2022
@iuliaco iuliaco force-pushed the 70949_uniformative_message_fix branch from 56d020a to 7e4737b Compare July 18, 2022 14:00
Comment on lines 1290 to 1291
bool disabled = false;
bool added = false;
Copy link
Member

Choose a reason for hiding this comment

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

Why did this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because I received "local variable added used uninitialized" type of error when both were together

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I reverted it back to the previous version

@iuliaco iuliaco force-pushed the 70949_uniformative_message_fix branch from 8d7ce89 to 8c23157 Compare July 19, 2022 09:44
@ManickaP
Copy link
Member

Failures unrelated.

Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

Looking good. Please fix the remaining comments, I'll approve and we can merge it.

iuliaco and others added 2 commits July 20, 2022 17:03
Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

Looks good, let's wait for the CI to run the tests and then we can merge 🥳

…HandlerTest.Http3.cs

Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Copy link
Member

@CarnaViire CarnaViire 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!

@stephentoub stephentoub merged commit 434fe75 into dotnet:main Jul 22, 2022
@karelz karelz added this to the 7.0.0 milestone Aug 7, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP/3: Uninformative message when HTTP/3 connection fails
6 participants