aspnetcore/test/Kestrel.Core.Tests
John Luo 423d5432be Add test for ensuring HPACK lowercase header names
- ensure lowercase mask only applied to uppercase letters
2018-06-26 10:44:21 -07:00
..
TestHelpers
AddressBinderTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
AsciiDecoding.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
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 Convert to using definitions from HeaderNames 2018-06-13 11:24:24 -07:00
HPackEncoderTests.cs Add test for ensuring HPACK lowercase header names 2018-06-26 10:44:21 -07:00
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 Prevent app code from blocking the connection loop #2657 2018-06-20 11:06:49 -07:00
HttpConnectionManagerTests.cs
HttpConnectionTests.cs React to aspnet/BuildTools#684 (#2660) 2018-06-11 16:43:33 -07:00
HttpHeadersTests.cs
HttpParserTests.cs Fixed a parser bug found when trying out the array pool (#2450) 2018-04-01 00:04:02 -07:00
HttpProtocolFeatureCollectionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs Upgrade to netcoreapp2.2 2018-05-09 16:43:15 -07:00
HttpResponseHeadersTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs Less StringValue struct copies for header checks (#2488) 2018-04-13 18:21:50 -07:00
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj Fix MicrosoftExtensionsBuffersTestingSources package version variable 2018-03-08 15:24:20 -08:00
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 Make Protocols internal 2018-04-12 08:53:27 -07:00
MessageBodyTests.cs React to aspnet/BuildTools#684 (#2660) 2018-06-11 16:43:33 -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 Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
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