aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler cf576559b6 Fix write after close (#1526)
- Change Alloc to be a Write with a callback that exposes the WritableBuffer.
This allows the ISocketOutput to implementation to not call the callback if
the underlying socket is dead.
- Added a new functional test
2017-03-20 23:58:26 -07:00
..
Properties
SystemdActivation
AddressRegistrationTests.cs
BadHttpRequestTests.cs
EventSourceTests.cs Fix race conditions in test event listener 2017-03-15 10:26:09 -07:00
GeneratedCodeTests.cs
HttpClientSlimTests.cs
HttpsTests.cs
IPv6ScopeIdPresentConditionAttribute.cs
IPv6SupportedConditionAttribute.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
RequestHeaderLimitsTests.cs InitializeHeaders only at start of parsing/Fix remaining (#1488) 2017-03-13 15:32:28 -07:00
RequestHeadersTimeoutTests.cs
RequestTests.cs Remove splitting of path and path base (#1050). 2017-03-15 09:57:33 -07:00
ResponseTests.cs Fix write after close (#1526) 2017-03-20 23:58:26 -07:00
ThreadCountTests.cs