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
..
Properties
SystemdActivation
AddressRegistrationTests.cs Refactor address binding and handle EAFNOSUPPORT 2017-04-19 15:58:12 -07:00
BadHttpRequestTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
DefaultHeaderTests.cs
EventSourceTests.cs
FrameConnectionManagerTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
GeneratedCodeTests.cs
HttpClientSlimTests.cs
HttpsConnectionAdapterTests.cs
HttpsTests.cs
IPv6ScopeIdPresentConditionAttribute.cs
IPv6SupportedConditionAttribute.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
LoggingConnectionAdapterTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
MaxRequestBufferSizeTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
RequestTargetProcessingTests.cs
RequestTests.cs
ResponseTests.cs
TestServer.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
ThreadCountTests.cs
UpgradeTests.cs Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
xunit.runner.json