Dylan/request throttle (#10413)
* request throttling -- initial implementation * prevented semaphore leak; added xml docs * small doc fixes * reference document * Added internals folder, added structured logging, * removed typo'd dependency * no default MaxConcurrentRequests; other polishing * renamed SemaphoreWrapper->RequestQueue; cleanup * moved SyncPoint; prevented possible semaphore leak * adjusting feedback * regen refs * Final changes!
显示
- src/Middleware/RequestThrottling/ref/Microsoft.AspNetCore.RequestThrottling.csproj 3 个添加, 1 个删除...ottling/ref/Microsoft.AspNetCore.RequestThrottling.csproj
- src/Middleware/RequestThrottling/ref/Microsoft.AspNetCore.RequestThrottling.netcoreapp3.0.cs 21 个添加, 0 个删除...f/Microsoft.AspNetCore.RequestThrottling.netcoreapp3.0.cs
- src/Middleware/RequestThrottling/sample/RequestThrottlingSample.csproj 2 个添加, 2 个删除...e/RequestThrottling/sample/RequestThrottlingSample.csproj
- src/Middleware/RequestThrottling/sample/Startup.cs 13 个添加, 6 个删除src/Middleware/RequestThrottling/sample/Startup.cs
- src/Middleware/RequestThrottling/src/Internal/RequestQueue.cs 64 个添加, 0 个删除...Middleware/RequestThrottling/src/Internal/RequestQueue.cs
- src/Middleware/RequestThrottling/src/Microsoft.AspNetCore.RequestThrottling.csproj 7 个添加, 1 个删除...ottling/src/Microsoft.AspNetCore.RequestThrottling.csproj
- src/Middleware/RequestThrottling/src/RequestThrottlingExtensions.cs 29 个添加, 0 个删除...ware/RequestThrottling/src/RequestThrottlingExtensions.cs
- src/Middleware/RequestThrottling/src/RequestThrottlingMiddleware.cs 116 个添加, 0 个删除...ware/RequestThrottling/src/RequestThrottlingMiddleware.cs
- src/Middleware/RequestThrottling/src/RequestThrottlingOptions.cs 19 个添加, 0 个删除...dleware/RequestThrottling/src/RequestThrottlingOptions.cs
- src/Middleware/RequestThrottling/src/SemaphoreWrapper.cs 0 个添加, 38 个删除src/Middleware/RequestThrottling/src/SemaphoreWrapper.cs
- src/Middleware/RequestThrottling/test/Microsoft.AspNetCore.RequestThrottling.Tests.csproj 7 个添加, 1 个删除.../test/Microsoft.AspNetCore.RequestThrottling.Tests.csproj
- src/Middleware/RequestThrottling/test/MiddlewareTests.cs 86 个添加, 0 个删除src/Middleware/RequestThrottling/test/MiddlewareTests.cs
- src/Middleware/RequestThrottling/test/RequestQueueTests.cs 28 个添加, 14 个删除src/Middleware/RequestThrottling/test/RequestQueueTests.cs
- src/Middleware/RequestThrottling/test/TestUtils.cs 28 个添加, 0 个删除src/Middleware/RequestThrottling/test/TestUtils.cs
- src/Middleware/ResponseCaching/samples/ResponseCachingSample/Startup.cs 1 个添加, 1 个删除.../ResponseCaching/samples/ResponseCachingSample/Startup.cs
- src/Middleware/ResponseCaching/src/Microsoft.AspNetCore.ResponseCaching.csproj 1 个添加, 1 个删除...seCaching/src/Microsoft.AspNetCore.ResponseCaching.csproj
- src/Servers/IIS/AspNetCoreModuleV2/ref/Microsoft.AspNetCore.ANCMSymbols.csproj 10 个添加, 0 个删除...tCoreModuleV2/ref/Microsoft.AspNetCore.ANCMSymbols.csproj
- src/Servers/IIS/AspNetCoreModuleV2/ref/Microsoft.AspNetCore.ANCMSymbols.netcoreapp3.0.cs 3 个添加, 0 个删除...eV2/ref/Microsoft.AspNetCore.ANCMSymbols.netcoreapp3.0.cs
- src/Shared/SyncPoint/SyncPoint.cs 1 个添加, 1 个删除src/Shared/SyncPoint/SyncPoint.cs
- src/SignalR/clients/csharp/Client/test/UnitTests/HttpConnectionTests.ConnectionLifecycle.cs 3 个添加, 2 个删除...test/UnitTests/HttpConnectionTests.ConnectionLifecycle.cs
加载中
想要评论请 注册 或 登录