- 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.` |
||
|---|---|---|
| .. | ||
| TestResources | ||
| DummyApplication.cs | ||
| HttpClientSlim.cs | ||
| HttpParsingData.cs | ||
| KestrelTestLoggerFactory.cs | ||
| LifetimeNotImplemented.cs | ||
| MockConnection.cs | ||
| MockSocketOutput.cs | ||
| MockSystemClock.cs | ||
| PassThroughConnectionAdapter.cs | ||
| StringExtensions.cs | ||
| TestApp.cs | ||
| TestApplicationErrorLogger.cs | ||
| TestConnection.cs | ||
| TestFrame.cs | ||
| TestKestrelTrace.cs | ||
| TestResources.cs | ||
| TestServer.cs | ||
| TestServiceContext.cs | ||