aspnetcore/test/Kestrel.Core.Tests
David Fowler b8a1c04ffb
Make the HttpParser a singleton (#2203)
- It's completely stateless so make it a singleton
- Fixed tests
2017-12-03 13:27:36 -08:00
..
TestHelpers
AddressBinderTests.cs #2139 Add ListenLocalhost and ListenAnyIP 2017-11-16 16:14:17 -08:00
AsciiDecoding.cs
ChunkWriterTests.cs
ConnectionHandlerTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
DateHeaderValueManagerTests.cs
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HeartbeatTests.cs
Http1ConnectionTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Http2ConnectionTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
HttpConnectionManagerTests.cs
HttpConnectionTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
HttpHeadersTests.cs
HttpParserTests.cs
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs Update samples and tests to target netcoreapp2.1 2017-11-16 14:43:15 -08:00
HttpResponseHeadersTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj Eclipse CoreFx package versions to prevent package downgrade warnings 2017-11-22 19:02:22 -08:00
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
KnownStringsTests.cs
ListenOptionsTests.cs
MessageBodyTests.cs
MinDataRateTests.cs
OutputProducerTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
PathNormalizerTests.cs
PipeOptionsTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
PipelineExtensionTests.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
ReasonPhrasesTests.cs Make sure to add whitespace after the status code even if the reasonphrase is empty (#2184) 2017-11-29 12:30:27 -08:00
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
ThrowingWriteOnlyStreamTests.cs