-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[HttpStress] Another attempt on unobserved exceptions #111126
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
Conversation
|
/azp run runtime-libraries stress-http |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @dotnet/ncl |
| /// 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.txtHere's an arbitrary slice of the HTTP/3 log: Details |
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
|
/azp run runtime-libraries stress-http |
|
/azp run runtime-libraries stress-http |
|
Azure Pipelines successfully started running 1 pipeline(s). |

This is a copy of the changes in #105336 just to give it a try.
cc @MihaZupan @ManickaP