http.sys (7.0 backport): new option for response buffering#48073
Merged
wtgodbe merged 2 commits intorelease/7.0from May 8, 2023
Merged
http.sys (7.0 backport): new option for response buffering#48073wtgodbe merged 2 commits intorelease/7.0from
wtgodbe merged 2 commits intorelease/7.0from
Conversation
|
Hi @mgravell. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
Tratcher
approved these changes
May 4, 2023
adityamandaleeka
approved these changes
May 5, 2023
Member
adityamandaleeka
left a comment
There was a problem hiding this comment.
LGTM other than the minor comment.
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Contributor
Author
|
@wtgodbe for servicing when possible |
Member
|
Tactics mail sent, awaiting approval. |
Member
|
Approved. |
|
Hi @mgravell. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed. |
JamesNK
requested changes
May 6, 2023
JamesNK
approved these changes
May 8, 2023
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.
HttpSys: new option for response buffering
8.0 feature: #47776
(same functionally as #48072)
Description
As per old PR 418 (direct copy), enables kernel mode response-buffering in http.sys - with modification to use app-context switch rather than public API change
Customer Impact
Without this buffer, writes are sent as-written direct thru http.sys; this has two problems:
Regression?
[If yes, specify the version the behavior has regressed from]
Risk
[Justify the selection above]
Verification
Packaging changes reviewed?
When servicing release/2.1