-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Critical log on quic connection timeout #57933
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
HTTP3
Comments
dotnet-issue-labeler
bot
added
the
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
label
Sep 17, 2024
|
This validation was added in #55282. |
I wonder if we just need to check for
|
amcasey
added a commit
to amcasey/aspnetcore
that referenced
this issue
Sep 18, 2024
If no error code has been set, `IProtocolErrorFeature.Error` will be `-1`. If we pass that through verbatim, it will be caught by validation in the setter (ironically, of the same property on the same feature object), resulting in an exception and a Critical (but apparently benign) log message. Fixes dotnet#57933
This was referenced Sep 18, 2024
amcasey
added a commit
to amcasey/aspnetcore
that referenced
this issue
Sep 19, 2024
If no error code has been set, `IProtocolErrorFeature.Error` will be `-1`. If we pass that through verbatim, it will be caught by validation in the setter (ironically, of the same property on the same feature object), resulting in an exception and a Critical (but apparently benign) log message. Fixes dotnet#57933
10 tasks
wtgodbe
pushed a commit
that referenced
this issue
Sep 20, 2024
If no error code has been set, `IProtocolErrorFeature.Error` will be `-1`. If we pass that through verbatim, it will be caught by validation in the setter (ironically, of the same property on the same feature object), resulting in an exception and a Critical (but apparently benign) log message. Fixes #57933
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
HTTP3
Toy repro: launch server, launch client, wait ~20 seconds
Server
Client
Originally posted by @amcasey in #45105 (comment)
The text was updated successfully, but these errors were encountered: