Improves Kestrel to reject requests that don't conform to HTTP spec. RFC 7230 section 5.4: "A server MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request message that lacks a Host header field and to any request message that contains more than one Host header field or a Host header field with an invalid field-value." See https://tools.ietf.org/html/rfc7230#section-5.4. Other changes: - update VS code settings to work better with CLI 2.0 - update tests that were subject to infinite hangs |
||
|---|---|---|
| .. | ||
| TestHelpers | ||
| AsciiDecoding.cs | ||
| ChunkWriterTests.cs | ||
| CreateIPEndpointTests.cs | ||
| DateHeaderValueManagerTests.cs | ||
| FrameHeadersTests.cs | ||
| FrameRequestHeadersTests.cs | ||
| FrameRequestStreamTests.cs | ||
| FrameResponseHeadersTests.cs | ||
| FrameResponseStreamTests.cs | ||
| FrameTests.cs | ||
| HeartbeatTests.cs | ||
| HttpParserTests.cs | ||
| HttpUtilitiesTest.cs | ||
| KestrelEventSourceTests.cs | ||
| KestrelServerLimitsTests.cs | ||
| KestrelServerOptionsTests.cs | ||
| KestrelServerTests.cs | ||
| LoggingThreadPoolTests.cs | ||
| MessageBodyTests.cs | ||
| Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj | ||
| OutputProducerTests.cs | ||
| PathNormalizerTests.cs | ||
| PipeOptionsTests.cs | ||
| PipelineExtensionTests.cs | ||
| ServerAddressTests.cs | ||
| StreamSocketOutputTests.cs | ||
| TestInput.cs | ||
| xunit.runner.json | ||