-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Stress disable offending op causing server errors #58442
[HTTP/3] Stress disable offending op causing server errors #58442
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsKestrel doesn't like Expect 100 Continue in H/3. See #58110 (comment)
|
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
@ManickaP this may be worth backporting to 6.0, right? |
Yep, @antonfirsov did some PRs enabling the stress pipeline there (has it been merged?), so we should probably get this there as well. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1193516392 |
@ManickaP FYI, we are about to get 100 continue support for h3 into Kestrel in both main and 6.0 dotnet/aspnetcore#36168 (main) Thanks again for finding this! |
Awesome, thanks! I'll update the stress tests once it gets into the nightly docker image. |
Kestrel doesn't like Expect 100 Continue in H/3.
See #58110 (comment)
Contributes to #56310
Fixes #55261