aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Improve implementation of IHttpUpgradeFeature 2017-04-20 12:42:58 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
Microsoft.AspNetCore.Server.Kestrel.Tests
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
shared Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00