aspnetcore/test/Microsoft.AspNetCore.Server...
Nate McMaster ee9feedc27 Improve implementation of IHttpUpgradeFeature
After upgrade has been accepted by the server:
 - Reads to HttpRequest.Body always return 0
 - Writes to HttpResponse.Body always throw
 - The only valid way to communicate is to use the stream returned by IHttpUpgradeFeature.UpgradeAsync()

Also, Kestrel returns HTTP 400 if requests attempt to send a request body along with Connection: Upgrade
2017-04-20 12:42:58 -07:00
..
TestHelpers
AddressBinderTests.cs Refactor address binding and handle EAFNOSUPPORT 2017-04-19 15:58:12 -07:00
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs Make the tests that use the Heartbeat more deterministic. (#1724) 2017-04-20 01:41:37 -07:00
FrameConnectionManagerTests.cs Make UnrootedConnectionsGetRemovedFromHeartbeat test less flaky (#1727) 2017-04-20 10:58:48 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
FrameResponseHeadersTests.cs
FrameResponseStreamTests.cs
FrameTests.cs Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
HeartbeatTests.cs Make the tests that use the Heartbeat more deterministic. (#1724) 2017-04-20 01:41:37 -07:00
HttpParserTests.cs
HttpUtilitiesTest.cs
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs
ServerAddressTests.cs
StreamSocketOutputTests.cs
StreamsTests.cs Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
TestInput.cs
ThrowingWriteOnlyStreamTests.cs Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
xunit.runner.json