aspnetcore/test/Kestrel.Core.Tests
David Fowler 68a0863524
General connection management (#2834)
This change makes the handling of graceful shutdown work for more than just http scenarios. This should allow us to move TLS further out and should also allow us to start moving things to connection middleware instead of connection adapters.
Summary of the things changed/added:
- Added IConnectionLifetimeNotificationFeature that represents an attempt to gracefully close the connection that isn't being aborted. This feels pretty awful but we may have to do it.
- Moved connection management to the ConnectionDispatcher and out of the HttpConnectionMiddleware
- Removed Http from the names of the ConnectionManager and Heartbeat
2018-08-22 20:35:28 -07:00
..
Properties Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
TestHelpers Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
AddressBinderTests.cs
AsciiDecoding.cs
BufferReaderTests.cs
BufferWriterTests.cs Merge branch 'release/2.1' into release/2.2 2018-07-24 11:43:13 -07:00
ChunkWriterTests.cs
ConnectionDispatcherTests.cs General connection management (#2834) 2018-08-22 20:35:28 -07:00
DateHeaderValueManagerTests.cs
DiagnosticMemoryPoolTests.cs Merge branch 'release/2.1' into release/2.2 2018-07-24 11:43:13 -07:00
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HeartbeatTests.cs
Http1ConnectionTests.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
HttpConnectionManagerTests.cs General connection management (#2834) 2018-08-22 20:35:28 -07:00
HttpConnectionTests.cs General connection management (#2834) 2018-08-22 20:35:28 -07:00
HttpHeadersTests.cs
HttpParserTests.cs
HttpProtocolFeatureCollectionTests.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs
HttpResponseHeadersTests.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
KnownStringsTests.cs
ListenOptionsTests.cs Enable Http/2 by default #2720 2018-07-27 12:51:12 -07:00
MemoryPoolTests.cs Merge branch 'release/2.1' into release/2.2 2018-07-24 11:43:13 -07:00
MessageBodyTests.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
MinDataRateTests.cs
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs Merge branch 'release/2.1' into release/2.2 2018-07-24 11:43:13 -07:00
ReasonPhrasesTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
SlabMemoryPoolTests.cs Merge branch 'release/2.1' into release/2.2 2018-07-24 11:43:13 -07:00
StreamsTests.cs
StringUtilitiesTests.cs
ThrowingWriteOnlyStreamTests.cs