Merge to Live#37000
Merged
wadepickett merged 1 commit intolivefrom Apr 15, 2026
Merged
Conversation
* Initial plan * Add HTTP/3 early request processing section for .NET 11 - Create includes/http3-8-10.md with existing 8.0+ content - Update http3.md with aspnetcore-11.0 moniker and new section - Add Early request processing section after HTTP/3 benefits - Update ms.date to 04/14/2026 Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/8e53a96e-8c5c-4b2d-a018-2a810ee037bb Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> * Edit for clarity * Apply suggestion from @wadepickett * Update HTTP/3 processing details for Kestrel Clarified the behavior of Kestrel in processing HTTP/3 requests starting with .NET 11, emphasizing the removal of the requirement to wait for the control stream and SETTINGS frame. * Update QUIC transport options documentation Removed the table listing QUIC transport options and replaced it with a reference to the full list per tdykstra review suggestion. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> Co-authored-by: wadepickett <wpickett@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[AUTOMATED]