This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Grant requestTimeout for InProcess scenario #555
Labels
Milestone
Comments
Http.Sys has no matching feature. It has request header parsing timeouts and body rate limiting, but there's no timeout on application request processing like ANCM had. |
@Tratcher I think this was about header parsing timeout. |
No, https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module.
The in-proc corollary is waiting for the application to process the request. |
Per triage, we won't be doing this. |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For OutOfProcess case, ANCM grants the requestTimeout in configuration by setting WinHttp connection timeouts. For InProcess, we grant this timeout setting by flowing it to the managed layer.
The text was updated successfully, but these errors were encountered: