aspnetcore/test/Kestrel.Core.Tests
Stephen Halter 0aff4a0440
Handle client and server aborts differently from eachhother (#2612)
* Trace when app aborts connection
* Improve exception messages
* Always abort connection with ConnectionAbortedException
* Add ConnectionContext.Abort(Exception)
2018-06-01 14:42:30 -07:00
..
TestHelpers
AddressBinderTests.cs
AsciiDecoding.cs
ChunkWriterTests.cs
ConnectionDispatcherTests.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -07:00
DateHeaderValueManagerTests.cs
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HeartbeatTests.cs Don't block so many threads in HeartbeatTests (#2610) 2018-05-23 15:58:33 -07:00
Http1ConnectionTests.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -07:00
Http2ConnectionTests.cs Consistently handle connection resets (#2547) 2018-05-22 16:38:21 -07:00
HttpConnectionManagerTests.cs
HttpConnectionTests.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -07:00
HttpHeadersTests.cs
HttpParserTests.cs
HttpProtocolFeatureCollectionTests.cs
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs Upgrade to netcoreapp2.2 2018-05-09 16:43:15 -07:00
HttpResponseHeadersTests.cs
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Consistently handle connection resets (#2547) 2018-05-22 16:38:21 -07:00
KnownStringsTests.cs
ListenOptionsTests.cs
MessageBodyTests.cs Consistently handle connection resets (#2547) 2018-05-22 16:38:21 -07:00
MinDataRateTests.cs
OutputProducerTests.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -07:00
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs Merge branch 'release/2.1' into dev 2018-05-07 15:47:20 -07:00
ReasonPhrasesTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -07:00
ThrowingWriteOnlyStreamTests.cs