-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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.sys (6.0 backport): new option for response buffering #48072
Conversation
# {PR title} HttpSys: new option for response buffering ## Description {Detail} As per [old PR 418](aspnet/HttpSysServer#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: - fragmentation if writes are small - issues with latency ## Regression? - [ ] Yes - [x] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [x] Low - opt in, no impact to consumers not using this flag [Justify the selection above] ## Verification - [x] Manual (required) - will try to verify with internal MSFT consumer (targeting net6.0) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [x] N/A ---- ## When servicing release/2.1 - [ ] Make necessary changes in eng/PatchConfig.props
Hi @mgravell. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
@wtgodbe for servicing when possible |
Tactics mail sent, awaiting approval. |
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. |
Components failure is known/unrelated |
HttpSys: new option for response buffering
8.0 feature: #47776
(note: this is a cherry-pick from the internal experimental/validation environment)
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