Permalink
Please sign in to comment.
Showing
with
225 additions
and 236 deletions.
- +1 −1 makefile.shade
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{Exceptions → }/BadHttpRequestException.cs
- +4 −4 src/Microsoft.AspNetCore.Server.Kestrel/Filter/{ → Internal}/FilteredStreamAdapter.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/Filter/{ → Internal}/LibuvStream.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/Filter/{ → Internal}/LoggingStream.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/Filter/{ → Internal}/StreamSocketOutput.cs
- +1 −0 src/Microsoft.AspNetCore.Server.Kestrel/Filter/LoggingConnectionFilter.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/Filter/NoOpConnectionFilter.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ChunkWriter.cs
- +4 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/Connection.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ConnectionContext.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ConnectionManager.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/DateHeaderValueManager.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/Frame.FeatureCollection.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/Frame.Generated.cs
- +2 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/Frame.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameDuplexStream.cs
- +2 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameHeaders.Generated.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameHeaders.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameOfT.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameRequestHeaders.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameRequestStream.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameResponseHeaders.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameResponseStream.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/FrameStreamState.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/IAsyncDisposable.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/IConnectionControl.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/IFrameControl.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ISocketOutput.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/Listener.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ListenerContext.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ListenerPrimary.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ListenerSecondary.cs
- +2 −4 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/MessageBody.cs
- +1 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/PathNormalizer.cs
- +3 −4 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/PipeListener.cs
- +3 −4 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/PipeListenerPrimary.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/PipeListenerSecondary.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ProduceEndType.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/ReasonPhrases.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/SocketInput.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/SocketInputExtensions.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/SocketOutput.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/TcpListener.cs
- +3 −5 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/TcpListenerPrimary.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/TcpListenerSecondary.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Http/UrlPathDecoder.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/AsciiUtilities.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/Constants.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/Disposable.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/IKestrelTrace.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/ISystemClock.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/IThreadPool.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/KestrelThread.cs
- +2 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/KestrelTrace.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/LoggingThreadPool.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/MemoryPool.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/MemoryPoolBlock.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/MemoryPoolIterator.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/MemoryPoolIteratorExtensions.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/MemoryPoolSlab.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/Streams.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/SystemClock.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Infrastructure/TaskUtilities.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/KestrelEngine.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/Libuv.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/PlatformApis.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/SockAddr.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvAsyncHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvConnectRequest.cs
- +1 −1 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvException.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvLoopHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvMemory.cs
- +2 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvPipeHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvRequest.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvShutdownReq.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvStreamHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvTcpHandle.cs
- +2 −2 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/Networking/UvWriteReq.cs
- +3 −3 src/Microsoft.AspNetCore.Server.Kestrel/{ → Internal}/ServiceContext.cs
- +4 −4 src/Microsoft.AspNetCore.Server.Kestrel/KestrelServer.cs
- +1 −2 src/Microsoft.AspNetCore.Server.Kestrel/ServerAddress.cs
- +1 −1 test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/AddressRegistrationTests.cs
- +2 −3 test/Microsoft.AspNetCore.Server.KestrelTests/AsciiDecoding.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/ChunkWriterTests.cs
- +5 −4 test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/CreateIPEndpointTests.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/DateHeaderValueManagerTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/DefaultHeaderTests.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/FrameRequestHeadersTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/FrameRequestStreamTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/FrameResponseHeadersTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/FrameResponseStreamTests.cs
- +3 −5 test/Microsoft.AspNetCore.Server.KestrelTests/FrameTests.cs
- +3 −3 test/Microsoft.AspNetCore.Server.KestrelTests/HttpsConnectionFilterTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/LoggingThreadPoolTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolBlockTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolExtensions.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolIteratorTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/MessageBodyTests.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/MultipleLoopTests.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/NetworkingTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/PathNormalizerTests.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/SocketInputTests.cs
- +4 −3 test/Microsoft.AspNetCore.Server.KestrelTests/SocketOutputTests.cs
- +2 −1 test/Microsoft.AspNetCore.Server.KestrelTests/StreamSocketOutputTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestConnection.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockConnection.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockFrameControl.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockLibuv.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSocket.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSocketOuptut.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSystemClock.cs
- +2 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/PassThroughConnectionFilter.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/TestApplicationErrorLogger.cs
- +1 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/TestKestrelTrace.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestInput.cs
- +2 −1 test/Microsoft.AspNetCore.Server.KestrelTests/TestServer.cs
- +3 −2 test/Microsoft.AspNetCore.Server.KestrelTests/TestServiceContext.cs
- +2 −2 test/Microsoft.AspNetCore.Server.KestrelTests/UrlPathDecoder.cs
- +1 −1 tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/FrameFeatureCollection.cs
- +2 −3 tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/KnownHeaders.cs
2
makefile.shade
2
...rel/Exceptions/BadHttpRequestException.cs → ...Server.Kestrel/BadHttpRequestException.cs
8
...r.Kestrel/Filter/FilteredStreamAdapter.cs → .../Filter/Internal/FilteredStreamAdapter.cs
6
...Core.Server.Kestrel/Filter/LibuvStream.cs → ...er.Kestrel/Filter/Internal/LibuvStream.cs
2
...re.Server.Kestrel/Filter/LoggingStream.cs → ....Kestrel/Filter/Internal/LoggingStream.cs
6
...rver.Kestrel/Filter/StreamSocketOutput.cs → ...rel/Filter/Internal/StreamSocketOutput.cs
1
src/Microsoft.AspNetCore.Server.Kestrel/Filter/LoggingConnectionFilter.cs
3
src/Microsoft.AspNetCore.Server.Kestrel/Filter/NoOpConnectionFilter.cs
4
...etCore.Server.Kestrel/Http/ChunkWriter.cs → ...rver.Kestrel/Internal/Http/ChunkWriter.cs
7
...NetCore.Server.Kestrel/Http/Connection.cs → ...erver.Kestrel/Internal/Http/Connection.cs
2
....Server.Kestrel/Http/ConnectionContext.cs → ...estrel/Internal/Http/ConnectionContext.cs
4
....Server.Kestrel/Http/ConnectionManager.cs → ...estrel/Internal/Http/ConnectionManager.cs
4
...er.Kestrel/Http/DateHeaderValueManager.cs → ...l/Internal/Http/DateHeaderValueManager.cs
2
...r.Kestrel/Http/Frame.FeatureCollection.cs → .../Internal/Http/Frame.FeatureCollection.cs
2
...re.Server.Kestrel/Http/Frame.Generated.cs → ....Kestrel/Internal/Http/Frame.Generated.cs
5
...t.AspNetCore.Server.Kestrel/Http/Frame.cs → ...ore.Server.Kestrel/Internal/Http/Frame.cs
2
....Server.Kestrel/Http/FrameDuplexStream.cs → ...estrel/Internal/Http/FrameDuplexStream.cs
5
...er.Kestrel/Http/FrameHeaders.Generated.cs → ...l/Internal/Http/FrameHeaders.Generated.cs
2
...tCore.Server.Kestrel/Http/FrameHeaders.cs → ...ver.Kestrel/Internal/Http/FrameHeaders.cs
3
...spNetCore.Server.Kestrel/Http/FrameOfT.cs → ....Server.Kestrel/Internal/Http/FrameOfT.cs
4
...erver.Kestrel/Http/FrameRequestHeaders.cs → ...trel/Internal/Http/FrameRequestHeaders.cs
4
...Server.Kestrel/Http/FrameRequestStream.cs → ...strel/Internal/Http/FrameRequestStream.cs
4
...rver.Kestrel/Http/FrameResponseHeaders.cs → ...rel/Internal/Http/FrameResponseHeaders.cs
4
...erver.Kestrel/Http/FrameResponseStream.cs → ...trel/Internal/Http/FrameResponseStream.cs
2
...e.Server.Kestrel/Http/FrameStreamState.cs → ...Kestrel/Internal/Http/FrameStreamState.cs
2
...e.Server.Kestrel/Http/IAsyncDisposable.cs → ...Kestrel/Internal/Http/IAsyncDisposable.cs
2
...Server.Kestrel/Http/IConnectionControl.cs → ...strel/Internal/Http/IConnectionControl.cs
2
...Core.Server.Kestrel/Http/IFrameControl.cs → ...er.Kestrel/Internal/Http/IFrameControl.cs
4
...Core.Server.Kestrel/Http/ISocketOutput.cs → ...er.Kestrel/Internal/Http/ISocketOutput.cs
4
...spNetCore.Server.Kestrel/Http/Listener.cs → ....Server.Kestrel/Internal/Http/Listener.cs
6
...re.Server.Kestrel/Http/ListenerContext.cs → ....Kestrel/Internal/Http/ListenerContext.cs
6
...re.Server.Kestrel/Http/ListenerPrimary.cs → ....Kestrel/Internal/Http/ListenerPrimary.cs
6
....Server.Kestrel/Http/ListenerSecondary.cs → ...estrel/Internal/Http/ListenerSecondary.cs
6
...etCore.Server.Kestrel/Http/MessageBody.cs → ...rver.Kestrel/Internal/Http/MessageBody.cs
4
...ore.Server.Kestrel/Http/PathNormalizer.cs → ...r.Kestrel/Internal/Http/PathNormalizer.cs
7
...tCore.Server.Kestrel/Http/PipeListener.cs → ...ver.Kestrel/Internal/Http/PipeListener.cs
7
...erver.Kestrel/Http/PipeListenerPrimary.cs → ...trel/Internal/Http/PipeListenerPrimary.cs
4
...ver.Kestrel/Http/PipeListenerSecondary.cs → ...el/Internal/Http/PipeListenerSecondary.cs
2
...ore.Server.Kestrel/Http/ProduceEndType.cs → ...r.Kestrel/Internal/Http/ProduceEndType.cs
2
...Core.Server.Kestrel/Http/ReasonPhrases.cs → ...er.Kestrel/Internal/Http/ReasonPhrases.cs
4
...etCore.Server.Kestrel/Http/SocketInput.cs → ...rver.Kestrel/Internal/Http/SocketInput.cs
3
...ver.Kestrel/Http/SocketInputExtensions.cs → ...el/Internal/Http/SocketInputExtensions.cs
6
...tCore.Server.Kestrel/Http/SocketOutput.cs → ...ver.Kestrel/Internal/Http/SocketOutput.cs
6
...etCore.Server.Kestrel/Http/TcpListener.cs → ...rver.Kestrel/Internal/Http/TcpListener.cs
8
...Server.Kestrel/Http/TcpListenerPrimary.cs → ...strel/Internal/Http/TcpListenerPrimary.cs
4
...rver.Kestrel/Http/TcpListenerSecondary.cs → ...rel/Internal/Http/TcpListenerSecondary.cs
4
...ore.Server.Kestrel/Http/UrlPathDecoder.cs → ...r.Kestrel/Internal/Http/UrlPathDecoder.cs
2
....Kestrel/Infrastructure/AsciiUtilities.cs → ...Internal/Infrastructure/AsciiUtilities.cs
2
...erver.Kestrel/Infrastructure/Constants.cs → ...trel/Internal/Infrastructure/Constants.cs
2
...rver.Kestrel/Infrastructure/Disposable.cs → ...rel/Internal/Infrastructure/Disposable.cs
3
...r.Kestrel/Infrastructure/IKestrelTrace.cs → .../Internal/Infrastructure/IKestrelTrace.cs
2
...er.Kestrel/Infrastructure/ISystemClock.cs → ...l/Internal/Infrastructure/ISystemClock.cs
2
...ver.Kestrel/Infrastructure/IThreadPool.cs → ...el/Internal/Infrastructure/IThreadPool.cs
6
...r.Kestrel/Infrastructure/KestrelThread.cs → .../Internal/Infrastructure/KestrelThread.cs
5
...er.Kestrel/Infrastructure/KestrelTrace.cs → ...l/Internal/Infrastructure/KestrelTrace.cs
2
...strel/Infrastructure/LoggingThreadPool.cs → ...ernal/Infrastructure/LoggingThreadPool.cs
2
...rver.Kestrel/Infrastructure/MemoryPool.cs → ...rel/Internal/Infrastructure/MemoryPool.cs
3
...Kestrel/Infrastructure/MemoryPoolBlock.cs → ...nternal/Infrastructure/MemoryPoolBlock.cs
2
...trel/Infrastructure/MemoryPoolIterator.cs → ...rnal/Infrastructure/MemoryPoolIterator.cs
3
...structure/MemoryPoolIteratorExtensions.cs → ...structure/MemoryPoolIteratorExtensions.cs
2
....Kestrel/Infrastructure/MemoryPoolSlab.cs → ...Internal/Infrastructure/MemoryPoolSlab.cs
4
....Server.Kestrel/Infrastructure/Streams.cs → ...estrel/Internal/Infrastructure/Streams.cs
2
...ver.Kestrel/Infrastructure/SystemClock.cs → ...el/Internal/Infrastructure/SystemClock.cs
2
...r.Kestrel/Infrastructure/TaskUtilities.cs → .../Internal/Infrastructure/TaskUtilities.cs
6
...spNetCore.Server.Kestrel/KestrelEngine.cs → ....Server.Kestrel/Internal/KestrelEngine.cs
2
...etCore.Server.Kestrel/Networking/Libuv.cs → ...rver.Kestrel/Internal/Networking/Libuv.cs
3
...Server.Kestrel/Networking/PlatformApis.cs → ...strel/Internal/Networking/PlatformApis.cs
2
...ore.Server.Kestrel/Networking/SockAddr.cs → ...r.Kestrel/Internal/Networking/SockAddr.cs
4
...erver.Kestrel/Networking/UvAsyncHandle.cs → ...trel/Internal/Networking/UvAsyncHandle.cs
4
...er.Kestrel/Networking/UvConnectRequest.cs → ...l/Internal/Networking/UvConnectRequest.cs
2
....Server.Kestrel/Networking/UvException.cs → ...estrel/Internal/Networking/UvException.cs
4
...ore.Server.Kestrel/Networking/UvHandle.cs → ...r.Kestrel/Internal/Networking/UvHandle.cs
4
...Server.Kestrel/Networking/UvLoopHandle.cs → ...strel/Internal/Networking/UvLoopHandle.cs
4
...ore.Server.Kestrel/Networking/UvMemory.cs → ...r.Kestrel/Internal/Networking/UvMemory.cs
5
...Server.Kestrel/Networking/UvPipeHandle.cs → ...strel/Internal/Networking/UvPipeHandle.cs
4
...re.Server.Kestrel/Networking/UvRequest.cs → ....Kestrel/Internal/Networking/UvRequest.cs
4
...erver.Kestrel/Networking/UvShutdownReq.cs → ...trel/Internal/Networking/UvShutdownReq.cs
6
...rver.Kestrel/Networking/UvStreamHandle.cs → ...rel/Internal/Networking/UvStreamHandle.cs
4
....Server.Kestrel/Networking/UvTcpHandle.cs → ...estrel/Internal/Networking/UvTcpHandle.cs
4
...e.Server.Kestrel/Networking/UvWriteReq.cs → ...Kestrel/Internal/Networking/UvWriteReq.cs
6
...pNetCore.Server.Kestrel/ServiceContext.cs → ...Server.Kestrel/Internal/ServiceContext.cs
8
src/Microsoft.AspNetCore.Server.Kestrel/KestrelServer.cs
3
src/Microsoft.AspNetCore.Server.Kestrel/ServerAddress.cs
2
test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/AddressRegistrationTests.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/AsciiDecoding.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/ChunkWriterTests.cs
9
test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/CreateIPEndpointTests.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/DateHeaderValueManagerTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/DefaultHeaderTests.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/FrameRequestHeadersTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/FrameRequestStreamTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/FrameResponseHeadersTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/FrameResponseStreamTests.cs
8
test/Microsoft.AspNetCore.Server.KestrelTests/FrameTests.cs
6
test/Microsoft.AspNetCore.Server.KestrelTests/HttpsConnectionFilterTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/LoggingThreadPoolTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolBlockTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolExtensions.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/MemoryPoolIteratorTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/MessageBodyTests.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/MultipleLoopTests.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/NetworkingTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/PathNormalizerTests.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/SocketInputTests.cs
7
test/Microsoft.AspNetCore.Server.KestrelTests/SocketOutputTests.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/StreamSocketOutputTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/TestConnection.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockConnection.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockFrameControl.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockLibuv.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSocket.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSocketOuptut.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/MockSystemClock.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/PassThroughConnectionFilter.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/TestApplicationErrorLogger.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/TestKestrelTrace.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/TestInput.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/TestServer.cs
5
test/Microsoft.AspNetCore.Server.KestrelTests/TestServiceContext.cs
4
test/Microsoft.AspNetCore.Server.KestrelTests/UrlPathDecoder.cs
2
tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/FrameFeatureCollection.cs
5
tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/KnownHeaders.cs
0 comments on commit
09f5be1