Azure / Azure/azure-functions-host
Extension hooks bybassing HttpRequestManager
Open
bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 37
Description
All function requests go through the HttpRequestManager which is the component that implements http throttling (see [here](https://github.com/Azure/azure-webjobs-sdk-script/blob/dev/src/WebJobs.Script.WebHost/Controllers/FunctionsController.cs#L59)). The `admin/extensions/{name}/{*extra}` bypasses this and goes directly the extension.
Contributor guide
Assessment
This issue has not been assessed yet.