- Put everything in the libuv transport package under `Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.*` namespaces. - Move stuff in Transport.Libuv/Internal/Http and Transport.Libuv/Internal/Infrastructure to Transport.Libuv/Internal (keep the Networking directory for the libuv wrappers). - Add `Libuv` prefix to most libuv internal classes. - Rename `KestrelEngine` to `LibuvTransport`. - Rename `SocketOutputConsumer` to `LibuvOutputConsumer`. - Rename `SocketOutputProducer` to `OutputProducer`. - Fix namespaces in `Microsoft.AspNetCore.Server.Kestrel.Core.` |
||
|---|---|---|
| .. | ||
| Properties | ||
| SystemdActivation | ||
| AddressRegistrationTests.cs | ||
| BadHttpRequestTests.cs | ||
| EventSourceTests.cs | ||
| GeneratedCodeTests.cs | ||
| HttpClientSlimTests.cs | ||
| HttpsTests.cs | ||
| IPv6ScopeIdPresentConditionAttribute.cs | ||
| IPv6SupportedConditionAttribute.cs | ||
| IWebHostPortExtensions.cs | ||
| KeepAliveTimeoutTests.cs | ||
| LoggingConnectionAdapterTests.cs | ||
| MaxRequestBufferSizeTests.cs | ||
| MaxRequestLineSizeTests.cs | ||
| Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj | ||
| RequestHeaderLimitsTests.cs | ||
| RequestHeadersTimeoutTests.cs | ||
| RequestTests.cs | ||
| ResponseTests.cs | ||
| ThreadCountTests.cs | ||
| xunit.runner.json | ||