aspnetcore/test/Kestrel.Core.Tests
David Fowler 7854c0604a Remove the events on ConnectionContext (#2023)
- Use the pipe events and removed the Tasks from ConnectionContext
- Remove OnConnectionClosed from FrameConnection. Since the `FrameConnetion` is a single middleware, not the entire pipeline, we shouldn't need to wait on the connection close there.
- It seems like the callbacks are rooted on the pipe even after they fire. This needs to be investigated in pipelines.
2017-08-26 20:19:55 -07:00
..
TestHelpers
AddressBinderTests.cs
AsciiDecoding.cs
ChunkWriterTests.cs
ConnectionHandlerTests.cs Remove the events on ConnectionContext (#2023) 2017-08-26 20:19:55 -07:00
DateHeaderValueManagerTests.cs
FrameConnectionManagerTests.cs
FrameConnectionTests.cs Create the connection logging scope in ConnectionHandler (#2013) 2017-08-22 14:32:58 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
FrameResponseStreamTests.cs
FrameTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
HPackEncoderTests.cs
HeartbeatTests.cs
Http2ConnectionTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
HttpParserTests.cs
HttpUtilitiesTest.cs
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
KestrelServerTests.cs
KnownStringsTests.cs
MessageBodyTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
MinDataRateTests.cs
OutputProducerTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
PathNormalizerTests.cs
PipeOptionsTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
PipelineExtensionTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
ThrowingWriteOnlyStreamTests.cs