-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[HttpStress] Another attempt on unobserved exceptions #111126
base: main
Are you sure you want to change the base?
Conversation
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @dotnet/ncl |
@@ -75,4 +75,8 @@ internal QuicException(QuicError error, long? applicationErrorCode, long? transp | |||
/// The transport protocol error code associated with the error. | |||
/// </summary> | |||
public long? TransportErrorCode { get; } | |||
|
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.
Please don't merge this particular change, that's just for debugging from where the UOE comes from 😄
Invoke-WebRequest https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/908003/logs/17 -OutFile .\log.txt Here's an arbitrary slice of the HTTP/3 log:
|
This is a copy of the changes in #105336 just to give it a try.
cc @MihaZupan @ManickaP